Managing a vault (CLI)
To get started with the vaults CLI, download bun first.
Then clone the vaults CLI repository:
Then run the following command to install the dependencies:
When running the CLI, ti expects to have an environment variable PRIVATE_KEY
. This is the private key with which deployment, and management will be done. I any other login method is needed, please feel free to modify the code or raise an issue.
Then run the CLI:
Last updated