feat(cli): add public API parity commands and release 0.16.0 - #1
Merged
Conversation
- Add 'newEndpointCmd' for JSON '--data', '--field', and '--query-param' - Register tempo, agenda, inbox, automations, and exports commands - Add booking lifecycle, booking-type management, and booking-host commands - Add row 'query', 'aggregate', 'bulk', and 'views' commands - Allow 'boards create' to send '--data' JSON and repeatable '--column' - Add 'docs generate' and inbox attachment upload with a 25 MiB limit - Opt into paginated 'rows list' with '--offset' and '--limit' - Add 'DoJSON' and 'UploadFile' helpers on the API client - Cover data merge, stdin, '--force', and pagination in command tests - Bump version to 0.16.0 and document the new commands in README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
go test ./...go vet ./...make build0.16.0git diff --checkProduction smoke test
Validated the compiled binary against
https://api.copera.aiwith a PAT containing all scopes.Successful reads included:
Also validated an authorized Inbox send and a single authorized email deletion.
Known backend findings outside this PR:
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.