CLI
These are the available commands available on the Command Line Interface:
- Viash Build: Build an executable from the provided viash config file.
- Viash Config Inject: Inject a Viash header into the main script of a Viash component.
- Viash Config View: View the config file after parsing.
- Viash Ns Build: Build a namespace from many viash config files.
-
Viash Ns Exec: Execute a command for all found Viash components. The syntax of this command is inspired by
find . -exec echo {} \;
. - Viash Ns List: List a namespace containing many viash config files.
- Viash Ns Test: Test a namespace containing many viash config files.
- Viash Run: Executes a viash component from the provided viash config file. viash generates a temporary executable and immediately executes it with the given parameters.
- Viash Test: Test the component using the tests defined in the viash config file.
No matching items