CLI Installation & Usage
Install
| Language | Install Command |
|---|---|
| Python | pip install agentgif |
| Node.js | npm install -g @agentgif/cli |
| Go | go install github.com/agentgif/cli@latest |
| Rust | cargo install agentgif |
| Ruby | gem install agentgif |
Authentication
agentgif login
Opens your browser for GitHub OAuth. The CLI stores your API key locally.
Upload
agentgif upload demo.gif --title "Git Rebase" --tags git,rebase --command "git rebase -i"
Record (Python CLI only)
agentgif record demo.tape --theme dracula
Requires VHS installed.
Search
agentgif search "docker compose"