You can use some commands from CLI for Upsonic. CLI is integrated with .env
variables and directly giving keys.
{% tabs %} {% tab title="ENV Variables" %}
type="free"
client_id=""
database_key="DB_database_***"
access_key="ACK_***"
upsonic --help
{% endtab %}
{% tab title="Directly with Args" %}
upsonic --client_id "" --type free --database_name "DB_database_***" --access_key "ACK_***"
{% endtab %} {% endtabs %}
Usage | Explanation |
---|---|
lock <key> | For locking the key |
unlock <key> | For unlocking the key |