Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A command line tool to create and delete private zones, entities, checks and agent_tokens.
npm install -g
or npm install pnm-cli
Instead of using -t <tenant_id> --auth_token <auth_token>
you can also supply your account username and API key
such as:
pnm-cli --username <username> --apikey <api_key> --use_staging true <command>
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_entity
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_entity
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
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
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true create_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -c <count> create_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -z <zone_id> delete_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_zone
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -e <entity_id> delete_entity
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_entity
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -e <entity_id> --check_id <check_id> delete_check
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_check
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true --token_id <token_id> delete_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true -f <file_location> delete_agent_token
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true list_zones
pnm-cli -t <tenant_id> --auth_token <auth_token> --use_staging true account_info
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 10 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.