Releases: agilercloud/cli
Releases · agilercloud/cli
v0.2.0
Changelog
- 5c49862 Add --debug flag for HTTP request/response logging
- 4dcb6e3 Add --progress flag for download commands
- f04f681 Add Long help and Examples to project-scoped commands
- 1bdb95c Add
ExpiresAtfield toBillingTransactionEntrymodel - 826c068 Add
etagfield toProjectFileEntrymodel in generated client - 5b45490 Add backup restore drain flag
- 8ccd4af Add login command; stop leaking API key via shell history
- bef2b54 Add subtle color output with NO_COLOR support
- 0e6996a Add support for Workspaces in generated client
- 7183e3d Add support for listing billing payment methods in generated client
- 308d902 Add upload progress; drop inconsistent sql history aliases
- 683247b Add whoami, billing, and notifications commands.
- cf1abd3 Add workspace support to CLI
- 5185e2f Auto-page project logs
- 164f3af Build X-Move-Source / X-Copy-Source as {project-id}/{path}
- 5e89179 Confirm destructive actions; add --yes to skip
- 6e25521 Drop instance field from project CLI
- 0afe574 Fix four data-safety and input-handling bugs
- 5c56331 Fix key validation, runtime status display, and monetary formatting.
- ef05917 Fix status badge: API health value is "green", not "ok"
- 318e395 Flatten project-scoped commands; add --project flag
- 364873c Generate Go client from public OpenAPI spec and route CLI through it
- c820dbd Implement cursor-based pagination and apply List API updates
- c320eb6 Improve logs and SQL execution ergonomics
- f1afb9a Refactor API design to consolidate project resource updates
- 3a6b390 Remove support for
expandquery parameter in API - 0faa09e Remove unused
IsBillingUserandMfaRequiredForCallerfields fromWorkspacemodel, CLI rendering, and related tests. Simplify workspace table and detail views accordingly. - 1bf934f Remove unused models and methods from generated public API client
- 344db62 Replace --no-clobber with --overwrite (default false) on files commands
- 99e52f7 Return updated entities from update commands
- a27bba3 Round out account commands; document config resolution
- 8a85846 Send path-only file transfer source headers
- 36be795 Split backups download into database and storage subcommands
- ee7c4ed Tidy flag and alias consistency across command groups
- 6042c58 Unify boolean rendering and quiet-mode output in create commands
- f39c081 Update CLI for file-backed SQL statements
- 6151f9e Update CLI for v1 API restructure
- 6645734 Update SQL history to use slim list projection
- 7ab900a Update models and variable handling in generated client and CLI
- 48b427c Update project usage response models and adjust parsing logic
- cb822af Update test to ignore irrelevant 'rel' values in Link header parsing
- 1871685 Wire shell completion with dynamic resource-ID lookups
v0.1.6
Changelog
- ff34f33 Add --format flag for text|json|yaml|csv|tsv output
- 6c4038b Add
fmttarget to Makefiles for code formatting - 8978cee Fix errcheck lint failures and add lint/vulncheck Makefile targets
- aff07b7 Refactor error handling to use consistent JSON error envelopes
- 4b0d85f Replace "X-Modified-At" with standard "Last-Modified" header.
- 2f4a68e fix: correct name in license
- fd6b44f gofmt all files