
safe
List of commands for safe:
-
safe:tldr:4746e safe: Authenticate the CLI client against the Vault server, using an authentication token.$ safe auth ${authentication_token}try on your machineexplain this command
-
safe:tldr:5029b safe: Move a secret from one path to another.$ safe move ${old-path-to-secret} ${new-path-to-secret}try on your machineexplain this command
-
safe:tldr:535c7 safe: Set non-sensitive keys for a secret.$ safe set ${path-to-secret} ${key}=${value}try on your machineexplain this command
-
safe:tldr:6fdaa safe: Add a safe target.$ safe target ${vault_addr} ${target_name}try on your machineexplain this command
-
safe:tldr:76f52 safe: Print the environment variables describing the current target.$ safe envtry on your machineexplain this command
-
safe:tldr:d5399 safe: Set auto-generated password in a secret.$ safe gen ${path-to-secret} ${key}try on your machineexplain this command
-
safe:tldr:e6a07 safe: Generate a new 2048-bit SSH key-pair and store it.$ safe ssh ${2048} ${path-to-secret}try on your machineexplain this command
-
safe:tldr:f226a safe: Display a tree hierarchy of all reachable keys for a given path.$ safe tree ${path}try on your machineexplain this command