aquila_cli-0.5.0 is not a library.
Aquila CLI
A command-line interface for managing the Aquila Asset Server.
Allows developers and CI/CD pipelines to interact with an Aquila instance to upload assets, publish versions and manage tokens.
NOTE: This tool requires a running instance of the Aquila server.
Installation
crates.io:
From source:
Configuration
Can be configured via flags or environment variables:
- URL:
--urlorAQUILA_URL(default:http://localhost:3000) - Token:
--tokenorAQUILA_TOKEN
Common Commands
- Publish a version:
- Mint a long-lived token (requires admin permissions):
- Generate a JWT Secret (for server setup):
License: MIT OR Apache-2.0