Skip to content

LumiServices/lumi-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lumi-cli

A CLI for managing lumi/lumina services

Setup

lumi-cli requires authentication credentials to operate. You can create them interactively with:

lumi-cli config init

Or manually create the configuration file ~/.lumi-config/config.toml

Example 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"

Usage

# List buckets
lumi-cli ls

# Upload a file
lumi-cli upload <object> <bucket>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages