Skip to main content

Checking the ADK version

To check the currently installed version of the ADK, use the --version flag. Example
BASH

Getting help with commands

Use the --help flag to get more information about a command and its available flags. To use it, simply add —help after the command you want to learn more about. Example
BASH

Running commands in debug mode

If you want more detailed output when running a command, use the --debug flag. This runs the command in debug mode and provides additional diagnostic information. Add —debug before the command you want to run. Example
BASH