pip install datrics
It will show all existing commands:
datrics --help
It will initialize folder with datrics configuration file:
datrics init
By default datrics-cli is connected to datrics SaaS environment, but if you need to connect to your custom environment or to any predefined envs you can run this command and pass url of your environment.
datrics env
To login to you user account and make it possible to load projects or to push bricks you should run:
datrics login
datrics logout
To bootstrap the creation of your custom brick run the next command. CLI will create folders and files structure for you
datrics create
It will push the changes that you've made in the code to the platform
datrics push
datrics projects