Skip to content

Releases: axilioai/cli

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:31
2ce3f5c

Changelog

  • fb103ae Merge pull request #10 from axilioai/kunwar/axi-1270-cli-axilio-config-command
  • 304815e Merge pull request #12 from axilioai/kunwar/axi-1265-cli-oauth-login
  • 98c034e Merge pull request #13 from axilioai/kunwar/axi-1252-version-string
  • 18a034f Merge pull request #14 from axilioai/kunwar/axi-1281-cli-version-header-and-update-notifier
  • 66644e3 Merge pull request #15 from axilioai/kunwar/axi-1280-cli-multi-org
  • aba829b Merge pull request #16 from axilioai/kunwar/axi-1267-cli-upgrade
  • 8537e8e Merge pull request #17 from axilioai/kunwar/axi-1280-orgs-rename
  • 2ce3f5c Merge pull request #18 from axilioai/kunwar/axi-1260-first-release-brew
  • e5b9540 Merge pull request #19 from axilioai/kunwar/axi-1252-login-message-format
  • e430170 Merge pull request #2 from axilioai/bump/platform-go
  • 48ae01d Merge pull request #4 from axilioai/kunwar/axi-1254-cli-phone-verbs
  • ff20a7e Merge pull request #5 from axilioai/kunwar/axi-1269-parallel-sessions
  • 65b4612 Merge pull request #6 from axilioai/kunwar/axi-1263-cli-scripting-ergonomics-exit-codes-quiet
  • 7a65982 Merge pull request #7 from axilioai/kunwar/axi-1261-cli-axilio-doctor-environment-checklist
  • e37da3c Merge pull request #8 from axilioai/kunwar/axi-1264-cli-ci-hardening
  • b7b8aae Merge pull request #9 from axilioai/kunwar/axi-1259-cli-rewrite-the-readme-conventional-structure
  • ce60b27 [AXI-1252] - CI + goreleaser for the CLI repo
  • 7b331c5 [AXI-1252] - CI: auto-open a platform-go pin-bump PR on new SDK release
  • ed5d514 [AXI-1252] - Go SDK repo naming: platform-go (matches platform-python)
  • 65ed530 [AXI-1252] - add runs + api-keys command groups; build-stamped version
  • 283853e [AXI-1252] - bump platform-go to v0.1.1
  • 99b856f [AXI-1252] - cleaner login/logout output (✓ success + → step)
  • b7ed3eb [AXI-1252] - initial Go CLI scaffold (cobra + fang + pterm)
  • ac53155 [AXI-1252] - pin platform-go to v0.1.0 (first tagged release)
  • 8800c6e [AXI-1252] - richer --version: version, full commit, go version, build date
  • c94a445 [AXI-1252] - sessions start: --phone-type accepts android/iphone (no ios alias)
  • c4c383f [AXI-1252] - sessions start: restore --workflow (allocate takes optional workflow_id)
  • 8c2e500 [AXI-1252] - tidy go.sum: drop stale platform-go pseudo-version entries
  • 3974a68 [AXI-1252] - wire the CLI onto the generated Go SDK (platform-go)
  • 54d710e [AXI-1254] - phone control verbs + current-session context
  • 43d7d0d [AXI-1259] - rewrite the README to the current surface
  • aa1c353 [AXI-1260] - ci: cross-compile builds ./cmd/axilio (main moved out of root)
  • 770593d [AXI-1260] - release plumbing: cmd/axilio binary + Homebrew cask
  • 11355b0 [AXI-1261] - add axilio doctor environment checklist
  • 24aa210 [AXI-1263] - scripting ergonomics: stable exit codes + --quiet
  • 94a0746 [AXI-1264] - CI hardening: golangci-lint, -race, cross-compile, command tests
  • 49a1c49 [AXI-1265] - axilio login: browser OAuth (PKCE) + keychain + refresh
  • c76e030 [AXI-1267] - axilio upgrade: checksum-verified self-update
  • f2f3c9d [AXI-1269] - first-class parallel sessions (registry + AXILIO_SESSION)
  • 412f38b [AXI-1270] - add axilio config command (show/set host + paths)
  • 596fe89 [AXI-1280] - org list/use + --org scoping; revoke session on logout (AXI-1279)
  • 6eb4dba [AXI-1280] - rename org command to orgs (plural-noun convention)
  • 758d4c0 [AXI-1281] - CLI version header + passive update-notifier