コマンドオプションサンプル:aws secretsmanager get-random-password

コマンドサンプルを検索した結果です。

指定された複雑さのランダムパスワードを生成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/secretsmanager/get-random-password.html

aws secretsmanager get-random-password \
    AWSのパスワード生成APIを触ってみた | Developers.IO : http://dev.classmethod.jp/cloud/aws/aws-password-generation-rest-api/
aws secretsmanager get-random-password --include-space --password-length 20 --require-each-included-type
    secretsmanager — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/secretsmanager/get-random-password.html
aws secretsmanager get-random-password --query RandomPassword --output text
    Ryosuke IWANAGA さんのツイート: "aws secretsmanager get-random-password --query RandomPassword --output text こんなコマンドでランダムパスワード作れる。オプション付けたければこちら参考にどうぞ。 https://t.co/KY23x2PnCa" : http://twitter.com/i/web/status/981733428595834880
aws secretsmanager get-random-password --query RandomPassword --output text
    riywo (@riywo) - twstat : http://twstat.org/riywo/

aws のオプション一覧