0.1.0 • Published 4 years ago

@omyat/aws v0.1.0

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

@omyat/aws

Old Man Yells At AWS

oclif Version Downloads/week License

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: src/commands/aws/iam/users/inactive.ts

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: src/commands/aws/route53/domains/expired.ts

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: src/commands/aws/route53/domains/norenewal.ts

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: src/commands/aws/route53/domains/registered.ts

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: src/commands/aws/route53/domains/unlocked.ts

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: src/commands/aws/route53/zones/public.ts