1.0.1 • Published 3 years ago

@hlacannon/aws-public-ip-detector v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

aws-public-ip-detector

CLI tool to check if your public IP has changed and updates security groups as required

Version Downloads/week License

Usage

$ npm install -g @hlacannon/aws-public-ip-detector
$ apid COMMAND
running command...
$ apid (-v|--version|version)
@hlacannon/aws-public-ip-detector/1.0.1 win32-x64 node-v12.16.3
$ apid --help [COMMAND]
USAGE
  $ apid COMMAND
...

Commands

apid configure

Configure the CLI

USAGE
  $ apid configure

DESCRIPTION
  Creates necessary files and customises automated public IP check

See code: src\commands\configure.js

apid help [COMMAND]

display help for apid

USAGE
  $ apid help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

apid update

Update security groups with your new public IP

USAGE
  $ apid update

OPTIONS
  -r, 
  --region=us-east-1|us-east-2|us-west-1|us-west-2|af-south-1|ap-east-1|ap-south-1|ap-northeast-1|ap-northeast-2|ap-sout
  heast-1|ap-southeast-2|ca-central-1|eu-central-1|eu-west-1|eu-west-2|eu-west-3|eu-south-1|eu-north-1|me-south-1|sa-eas
  t-1
      [default: eu-west-1] Only update security groups in a specific region(s)

DESCRIPTION
  Checks if your public IP has changed and updates relevant AWS security groups

See code: src\commands\update.js