Skip to content

v0.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 10 May 03:18
b2aaa50

Downloads

Download the appropriate binary for your system:

OS Architecture Download
Linux x86_64 amped-linux-amd64_0.2.4_linux_amd64
Linux arm64 amped-linux-arm64_0.2.4_linux_arm64
Windows x86_64 amped-windows-amd64_0.2.4_windows_amd64.exe
Windows arm64 amped-windows-arm64_0.2.4_windows_arm64.exe
macOS x86_64 amped-darwin-amd64_0.2.4_darwin_amd64
macOS arm64 amped-darwin-arm64_0.2.4_darwin_arm64

Help

Switch between Amp (http://ampcode.com/) and Claude Code accounts.

Log in with an account using its CLI, then save it with 'amped add <name> --service <amp|claude>'.
Switch between saved accounts with 'amped switch <name> --service <amp|claude>'.
Omit --service to reuse the last-used service automatically.

Usage:
  amped [command]

Available Commands:
  add         Add a new account
  completion  Generate the autocompletion script for the specified shell
  delete      Delete a saved account, or all saved accounts with --delete-all
  help        Help about any command
  status      Show saved accounts and which are active
  switch      Switch to a saved account
  update      Update credentials for a saved account

Flags:
      --accounts string        path to accounts file (default is /home/runner/.local/state/amped.json)
  -s, --amp-secrets string     path to Amp secrets file (default is /home/runner/.local/share/amp/secrets.json)
      --claude-config string   path to Claude Code config file (default is /home/runner/.claude.json)
      --claude-creds string    path to Claude Code credentials file, Linux only (default is /home/runner/.claude/.credentials.json)
      --config string          config file (default is /home/runner/.config/amped.json)
  -h, --help                   help for amped
  -l, --log string             log level (debug, info, warn, error, fatal, panic) (default "info")
  -S, --service string         service to use: amp or claude

Use "amped [command] --help" for more information about a command.