Packages
Usage¶
List the software packages available on the render nodes in the cloud. To use this tool, you need to run the following command:
conductor packages [OPTIONS]
Options¶
Option | Type | Default |
---|---|---|
-f, --fmt, --format | Choice | text |
text: The output is a simple list of software names and versions, with nesting to indicate plugin compatibility. Output is sent to stdout. markdown: Designed for use in other markdown documentation systems where it benefits from consistent styling. Output is sent to stdout and can be piped to a file. html: Opens a browser window and displays the output in a simple html page. |
||
--help | Bool | False |
Show this message and exit. | ||