Skip to main content

Server Config

You need to setup server configuration to get started. The endpoint would be your deployment's Base URL of the form https://xxxx/amazonaws.com/dev which you would have received on the super admin email configured during RainMaker deployment.

Usage:

python rainmaker_admin_cli.py account serverconfig --endpoint <endpoint>

Login

You need to login to get started and use the subsequent APIs. The email id for login would be the super admin user email configured during RainMaker deployment. The password should have been already received on that email at the end of the backend deployment process.

Usage:

python rainmaker_admin_cli.py account login --email <emailid>

{{< hint type=note >}} Login configuration will be stored at location ~/.espressif/rainmaker/rainmaker_admin_config.json {{< /hint >}}

You can now use the rest of the commands once you have logged in successfully.