For the complete documentation index, see llms.txt. This page is also available as Markdown.

Resolve

Resolving project information

Synopsis

Output the resolved dependencies and paths for the project on the local machine.

$ rocketblend resolve [flags]

Options

  -h, --help            help for resolve
  -o, --output string   output format (table, json) (default "table")

Options inherited from parent commands

  -d, --directory string   working directory for the command (default ".")
  -l, --log-level string   log level (debug, info, warn, error) (default "info")
  -v, --verbose            enable verbose logging

Last updated