bao - Man Page
securely access secrets
Synopsis
bao <command> [args]
Description
bao is the command line tool to communicate with an OpenBao service, a powerful service for securely accessing secrets. Use the bao help command to see details of its operation.
Environment
The following environment variable is required to communicate with the OpenBao service:
- BAO_ADDR
URL to contact the bao service, for example http://localhost:8200. An equivalent for backward compatibility to Hashicorp Vault is VAULT_ADDR.
Referenced By
The man page vault(1) is an alias of bao(1).