Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 760 Bytes

cli.md

File metadata and controls

38 lines (27 loc) · 760 Bytes

CLI - New

You can use some commands from CLI for Upsonic. CLI is integrated with .env variables and directly giving keys.

Connection

{% 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 %}

Commands

Usage Explanation
lock <key> For locking the key
unlock <key> For unlocking the key