README
@omyat/aws
Old Man Yells At AWS
Commands
omyat aws:iam:users:inactive
omyat aws:route53:domains:expired
omyat aws:route53:domains:norenewal
omyat aws:route53:domains:registered
omyat aws:route53:domains:unlocked
omyat aws:route53:zones:public
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