#Commands
Command | Description |
---|---|
hush push | Push your local version of the .env file to AWS. |
hush pull | Pull the newest version of the .env file from AWS. |
hush cat | Outputs the secrets contained in a Hush!-managed secret. |
hush list | List all Hush! secrets that your current AWS profile has access to. |
hush grant | Grant access to a secret to another user. |
hush revoke | Revoke access to a secret from another user. |
hush delete | Delete the given Hush! secret in AWS. |