Skip to content

Packages

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

The packages command provides one option to format its output.

Option
Type
Default
-f, --fmt, --format
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 an HTML page.

Valid values are: [text|markdown|html]

--help

Show this message and exit.

Feel free to explore all the software packages available on the render nodes with the conductor packages command. 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!