Adding Zoho Vault's CLI to Path
Based on your OS, follow the steps mentioned below to add Vault's CLI to Path.
For Windows
- Copy the file path of your Zoho Vault CLI
- Access the system's Control Panel, then click Advanced System Settings
- Click Environment Variables

- Click Path from the User variable for <your username> section, then click Edit.

- Click New, then paste the copied file location, then click OK.

For Linux
- Copy the file path of your Zoho Vault CLI
- Open your terminal
- Use the file editor of your choice, then open <editorname>~/.bashrc. For example, if you use the nano editor, use the command nano ~/.bashrc.
- Add export PATH="<file path to CLI>:$PATH" at the end of the file and save it.
Note: To verify that the file location has been added to the path, close your current terminal session, then enter echo $PATH in a new session.