Version
The retrodeep help command provides a comprehensive list of all the available RetroDeep CLI commands directly in your terminal.
Here's an example of using these help features:
retrodeep helpPairing it with a second argument - a specific RetroDeep CLI command - you'll receive detailed instructions and information about that particular command.
For convenience, appending the --help global option to any RetroDeep CLI command will offer immediate guidance and insights about the usage of the command.
retrodeep help [command]To get more detailed help about a specific command, such as deploy, you would use:
retrodeep help deployOr, alternatively:
retrodeep deploy --helpThese commands ensure that you have quick access to all the information you need to make the most out of the RetroDeep CLI, facilitating a smoother development workflow.
Last updated