0.1.0 • Published 4 years ago

omyat v0.1.0

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
4 years ago

omyat

Old Man Yells At CLOUD

oclif Version Downloads/week License

Usage

$ npm install -g omyat
$ omyat COMMAND
running command...
$ omyat (-v|--version|version)
omyat/0.1.0 linux-x64 node-v12.16.3
$ omyat --help [COMMAND]
USAGE
  $ omyat COMMAND
...

Commands

omyat aws:iam:users:inactive

Inactive IAM Users

USAGE
  $ omyat aws:iam:users:inactive

OPTIONS
  -c, --[no-]console
  -d, --days=days     [default: 100]
  -h, --help          show CLI help
  -v, --[no-]virtual

EXAMPLE
  $ omyat aws:iam:users:inactive

See code: @omyat/aws

omyat aws:route53:domains:expired

Domains which have expired

USAGE
  $ omyat aws:route53:domains:expired

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ omyat aws:route53:domains:expired

See code: @omyat/aws

omyat aws:route53:domains:norenewal

Domains with auto renewal disabled

USAGE
  $ omyat aws:route53:domains:norenewal

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ omyat aws:route53:domains:norenewal

See code: @omyat/aws

omyat aws:route53:domains:registered

Registered domains

USAGE
  $ omyat aws:route53:domains:registered

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ omyat aws:route53:domains:registered

See code: @omyat/aws

omyat aws:route53:domains:unlocked

Domains with transfer locked disabled

USAGE
  $ omyat aws:route53:domains:unlocked

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ omyat aws:route53:domains:unlocked

See code: @omyat/aws

omyat aws:route53:zones:public

Public hosted zones

USAGE
  $ omyat aws:route53:zones:public

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ omyat aws:route53:zones:public

See code: @omyat/aws

omyat commands

list all the commands

USAGE
  $ omyat commands

OPTIONS
  -h, --help              show CLI help
  -j, --json              display unfiltered api data in json format
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --hidden                show hidden commands
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)

See code: @oclif/plugin-commands

omyat help [COMMAND]

display help for omyat

USAGE
  $ omyat help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help