Skip to content

EdenBlockVC/magister

Repository files navigation

Magister

CLI tool for OnMachina™️

Install dependencies

yarn

Run

yarn run dev

Usage

First you should make sure to import the environment variables found in the settings page. For this to work you need the variables DSN_API_TOKEN and OS_STORAGE_URL in your console or in a .env file.

Create a container

Create and set the container as the current one.

yarn start container [name]

Upload or download a file

This uses the current container to store the files.

yarn start upload <file-path>
yarn start download <object-name>

Delete a file

Delete a file from the current container.

yarn start delete <object-name>

List files

List all files in the current container.

yarn start list

Info

Get info about a file in the current container.

yarn start info <object-name>

Speedtest

Test the upload and download speed.

yarn start speedtest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published