Skip to content

Quickstart : CLI

Lui-Instruct edited this page Jul 19, 2024 · 2 revisions

CLI Quickstart

Overview

This guide will cover the basics for the fandanGO-aria CLI tool.

The base command for all things fandanGO-aria is goaria

Commands Glance

  • goaria

  • goaria login

  • goaria create-bucket

  • goaria create-record

  • goaria create-field

  • goaria list-buckets

  • goaria list-records

  • goaria list-fields

Login

goaria login

The user will be prompted to enter a username and password. If a username and/or password have been supplied in the .env configuration file, this presence will be reflected on the command line and the user will be given the option to use this config instead by simply pressing Enter

Screenshot 2024-07-19 at 13 23 21

Upon login, a token will attempted to be stored on the users device.

Logging in, CLI

Creating a DataManager() Instance

Creating a DataManager() instance is done automatically when performing CLI commands. The user will be prompted (on each data-interacting command) to enter an entity_id and entity_type, which will create the instance.

New datamanager CLI

Clone this wiki locally