Installing deepmux-cli
DeepMux CLI allows to manage functions on DeepMux cloud platform.
Pre-requisites
Python
Install Python 3.6 or newer. Follow the instruction here.
Skip this step if you already have proper version of python installed.
Pip
We are going to use pip
to install deepmux command line interface below. If you don't have pip
available from the command line, follow this guide.
Installing and configuring the package
Install
Use pip
to install deepmux-cli
:
pip install deepmux-cli
Login
Go to the https://app.deepmux.com/api_key and copy your token.
Then run:
deepmux login
And paste your token when prompted.
Run --help
to see the full list of options:
deepmux --help
That's it!
If you have any questions or feedback please send it to dev@deepmux.com
Check out other articles to get started with DeepMux platform.