@mondaydotcomorg/monday-cli
v2.2.3
Published
CLI tools for developing monday.com apps
Downloads
194
Keywords
Readme
monday-cli
These are command line tools to help with monday.com apps development.
Installing globally
To install the cli globally you need to run:
npm i -g @mondaydotcomorg/monday-cli
Then you can use the commands by typing:
monday <cmd> [options]
Running one time
You don't have to install the tools on your machine, you can run them using npx like so:
npx @mondaydotcomorg/monday-cli <cmd> [options]
Available commands
These are the available commands, for each of them you can use the -h, --help
flag to see additional information.
Usage: monday [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
help shows usage instructions for the CLI
scaffold [options] [mode] [destination] [project] scaffolds monday welcome app project in 2 modes: copy or run
tunnel [subcommand] [port] --token=MY_AUTH_TOKEN creates a public tunnel on <port> to forward traffic to