===
- Install the package via npm cli
npm i -g @topcoder/topcoder-cli
-
To understand the commands supported by Topcoder CLI, after installing the package run
topcoder --help
which would list out all supported commands. -
If you need to understand the options available with each command, run
topcoder [ command ] --help
. E.g. Executing the commandtopcoder submit --help
will display the help content related to making topcoder submission using CLI