A CLI for managing lumi/lumina services
lumi-cli requires authentication credentials to operate.
You can create them interactively with:
lumi-cli config initOr manually create the configuration file ~/.lumi-config/config.toml
[default]
endpoint = "http://localhost:8000" # Replace with your Lumi instance URL
output = "xml" # Options: xml | json
verify_ssl = false
access_key = "lumiserver"
secret_access_key = "lumiserver"# List buckets
lumi-cli ls
# Upload a file
lumi-cli upload <object> <bucket>