CLI Commands
The Stream2Vault Command Line Interface (CLI) lets you directly control the Stream2Vault tool using simple typed commands. This section explains all the available commands, their purpose, and how to use them effectively.
CLI References
The Stream2Vault CLI (Command Line Interface) lets you interact directly with the tool through simple commands. This section explains all available commands, their purpose, and how to use them effectively.
Here’s a quick overview of the main commands you’ll find in the CLI:
version
— Display the current version of the Stream2Vault CLI.docs
— Open the web-based documentation for easy browsing.login
— Authenticate and authorize the CLI to access Stream2Vault services.logout
— Clear all saved credentials from your system.validate
— Check your data vault model for errors or inconsistencies.generate
— Create deployment artifacts based on your data vault model.visualize
— Launch a web server to visualize your model (currently in beta).
You can type s2v --help
at any time to see a list of all supported commands and get quick tips on how to use them. For more detailed help on a specific command, just add --help
after it, like s2v validate --help
.