-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart : CLI
This guide will cover the basics for the fandanGO-aria CLI tool.
The base command for all things fandanGO-aria is goaria
-
goaria -
goaria login -
goaria create-bucket -
goaria create-record -
goaria create-field -
goaria list-buckets -
goaria list-records -
goaria list-fields
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
Upon login, a token will attempted to be stored on the users device.
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.