2.0.0 • Published 4 years ago

aws-ec2-profiles v2.0.0

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

aws-ec2-profiles

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g aws-ec2-profiles
$ aws-ec2-profiles COMMAND
running command...
$ aws-ec2-profiles (-v|--version|version)
aws-ec2-profiles/2.0.0 win32-x64 node-v12.18.2
$ aws-ec2-profiles --help [COMMAND]
USAGE
  $ aws-ec2-profiles COMMAND
...

Commands

aws-ec2-profiles configure

Configure the CLI

USAGE
  $ aws-ec2-profiles configure

DESCRIPTION
  Set the pem directory location and AWS region

See code: src\commands\configure.js

aws-ec2-profiles connect

Connect using SSH to an EC2 instance

USAGE
  $ aws-ec2-profiles connect

OPTIONS
  -i, --index=index  Instance index
  -n, --name=name    Instance name
  --ip=ip            Instance IP

DESCRIPTION
  Connect to an EC2 instance using either the instance index, name or IP

See code: src\commands\connect.js

aws-ec2-profiles get

Gather EC2 instance data

USAGE
  $ aws-ec2-profiles get

DESCRIPTION
  Loop through each EC2 associated with your account and save the connection details locally
  Automatically runs the list command after to display the EC2 instance data

See code: src\commands\get.js

aws-ec2-profiles hello

Describe the command here

USAGE
  $ aws-ec2-profiles hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src\commands\hello.js

aws-ec2-profiles help [COMMAND]

display help for aws-ec2-profiles

USAGE
  $ aws-ec2-profiles help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

aws-ec2-profiles list STATE

Display saved EC2 instances

USAGE
  $ aws-ec2-profiles list STATE

ARGUMENTS
  STATE  (all|pending|running|stopping|stopped|shutting-down) Display different EC2 instance states

DESCRIPTION
  Displays the locally saved EC2 instances with sumamry
  Make sure you run the get command first

See code: src\commands\list.js