Sha256: 3c069ada1ac716cb0a52a5efc56cfb57f45cb889f66b575e828b55d8073d8fb3

Contents?: true

Size: 396 Bytes

Versions: 4

Compression:

Stored size: 396 Bytes

Contents

## Examples

    aws-rotate keys
    AWS_PROFILE=my-profile aws-rotate keys

## Select Filter Option

    aws-rotate keys --select dev-
    aws-rotate keys -s dev- # shorthand
    aws-rotate keys -s ^dev- ^test- # multiple patterns

## Reject Filter Option

    aws-rotate keys --reject prod-
    aws-rotate keys -r prod- # shorthand
    aws-rotate keys -r ^prod- ^production- # multiple patterns

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aws-rotate-0.4.0 lib/aws_rotate/help/keys.md
aws-rotate-0.3.0 lib/aws_rotate/help/keys.md
aws-rotate-0.2.0 lib/aws_rotate/help/keys.md
aws-rotate-0.1.0 lib/aws_rotate/help/keys.md