View on GitHub

UltroidCli

A command-line interface for Ultroid

Primary Commands

It’s really simple to use UltroidCli.

ultroid

When you run just ultroid it will show a help menu. Similar output will come when using with arguments ['-h', 'help', '--help'].

ultorid init

When you run ultroid init it will clone the ultroid repository and install all the default dependencies.

ultroid run

When you run ultroid run it will run the ultroid if exists wlse will prompt to use ultroid init first.

ultroid heroku

Use ultroid heroku to run Ultroid on heroku via a Dockerfile.

ultroid session

When you run ultroid session it spawn a program to generate session string via CLI.

ultroid upgrade

When you run ultroid upgrade it will upgrade the current installation of ultroid to the latest one.

ultroid version

When you run ultroid version it will print the current python , pip and dart (optional) versions and tell if you are eligible to run ultroid or not.

ultroid env.<key> <value>

This is the best command so far.

This will act as a bridge between root://TeamUltrod/.env and the cli.

Various methods -

Secondary Commands

These are the commands that are meant for help to the user.

Video Example

https://user-images.githubusercontent.com/55914808/129194273-70ad7180-dfeb-4d1d-9de7-3874f09b0b93.mp4

Dockerfile Example

Refer here for Dockerfle Example