Skip to content

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]
The packages command provides one option to format its output. You have the flexibility to choose the format of the output as per your preference. Whether you want a simple text list, styled markdown for documentation, or an interactive HTML page, we've got you covered!

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.