Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

logion-cli

CLI for the Logion marketplace — discover, acquire, install, update, and manage AI agent courses and capabilities.

Install

pip install logion-cli

Quick start

logion --help
logion courses get <COURSE_ID>

Shell completion

logion completion <shell> prints a tab-completion script generated from the live command tree (so it always covers every command and flag):

# bash — current session
eval "$(logion completion bash)"
# bash — persist
logion completion bash > ~/.local/share/bash-completion/completions/logion

# zsh — write to a directory on your $fpath
logion completion zsh > ~/.zfunc/_logion

# tcsh
logion completion tcsh > ~/.config/logion/completion.tcsh

License

MIT