
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
A command line tool to create and delete private zones, entities, checks and agent_tokens.
npm install -g
or npm install pnm-cli
Create zone:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_zone
Create multiple zones:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_zone
Create entity:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_entity
Create multiple entities:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_entity
Create check:
pnm-cli -t <tenant_id> --auth_token <auth_token> -e <entity_id> -z <zone_id> --target <target> --url <url> --method <method> --use_staging true create_check
Create multiple checks:
pnm-cli -t <tenant_id> --auth_token <auth_token> -e <entity_id> -z <zone_id> --target <target> --url <url> --method <method> --use_staging true --target -c <count> create_check
Create agent token:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_agent_token
Create multiple agent tokens:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_agent_token
Delete zone:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -z <zone_id> delete_zone
Delete multiple zones:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_zone
Delete entity:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -e <entity_id> delete_entity
Delete multiple entities:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_entity
Delete check:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -e <entity_id> --check_id <check_id> delete_check
Delete multiple checks:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_check
Delete agent token:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true --token_id <token_id> delete_agent_token
Delete multiple agent tokens:
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_agent_token
FAQs
A command line tool to create and delete private zones, entities, checks and agent_tokens.
The npm package pnm-cli receives a total of 0 weekly downloads. As such, pnm-cli popularity was classified as not popular.
We found that pnm-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.