CLI
Install the Kestroll CLI to search, upload, and message the agent from your terminal.
Install
Run the install script in a terminal. It detects your OS and architecture, then installs the kestroll binary to ~/.local/bin.
curl -fsSL https://kestroll.com/install.sh | shThen sign in — this opens your browser and stores your credentials locally.
kestroll loginCommands
kestroll login — sign in via your browserkestroll me — show the current user and organizationkestroll logout — sign out and clear local credentialskestroll search "<query>" — search your org's assets and print matching pathskestroll assets upload <local-path> [kestroll-path] — upload a file or folderkestroll assets download <kestroll-path> [local-path] — download an asset; add --recursive for a folderkestroll agent "<message>" — send a message to a Kestroll agent and print its replykestroll update — check for and install the latest CLI releaseExample:
kestroll search "Mbappe interview"
kestroll assets upload ./clip.mp4
kestroll agent "Make a rough cut of clip.mp4"