aws-rotate-iam-keys-rs

Crates.ioaws-rotate-iam-keys-rs
lib.rsaws-rotate-iam-keys-rs
version1.0.1
sourcesrc
created_at2021-01-22 13:31:53.005237
updated_at2021-01-22 13:31:53.005237
descriptionA tool to rotate your AWS IAM access keys
homepage
repositoryhttps://github.com/FoxAndDuckSoftware/aws-rotate-iam-keys-rs
max_upload_size
id345316
size1,456,800
Martin Kemp (MartiUK)

documentation

README

CI Built with cargo-make codecov FOSSA Status

Usage:

rotate-iam-keys [FLAGS] [OPTIONS] --profile <profile>...

FLAGS:
    -D, --disable
            disable the access key instead of deleting it

    -d, --dry-run
            runs without affecting anything, useful to run before fully committing to rotate your keys

    -h, --help
            Prints help information

    -V, --version
            Prints version information


OPTIONS:
        --configfile <configfile>
            location of your aws config file

        --credfile <credfile>
            location of your aws credential file

    -p, --profile <profile>...
            profile to rotate, you can specify multiple profiles, for example: `--profile=dev,prod` or `-p dev -p prod`
            to rotate all of those specified

License

Licensed under either of:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as laid down in the Apache-2.0 license, will be dual licensed as above, without any additional terms or conditions.

All commits MUST be signed off using -s which certifies that you wrote or otherwise have the right to submit the code in accordance with the Developer Certificate of Origin.

About

Copyright © 2020 Fox and Duck Software Ltd

Registered in England & Wales No. 9546077

Commit count: 47

cargo fmt