Releases: workos/workos-cli
Releases · workos/workos-cli
v0.4.1
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.1
v0.1.0
Changelog
- 3f7cc8b Add API key config commands
- ac54ddf Add LICENSE
- 7cb946b Add NewTable() method in printer package
- 4e13498 Add cobra and root command
- 16e97a0 Add common lipgloss styles to printer package
- 1230048 Add decision tree support when debug flag is provided
- 3eab2d1 Add display tables for list objects and object types methods
- 76b112a Add endpoint config to init (#3)
- 020aab9 Add flag name string constants + clean up commented out code
- 77cc738 Add goreleaser config and CI + Release GitHub Actions workflows
- d9db9c1 Add initial FGA command scaffolding
- ee5458a Add organization create command
- becf9be Add printer
- e1e0a99 Add query command
- 590dd3b Add support for fga check command
- 595564d Add trailing newline to new files + address golangci comments
- 52609be Address PR comments
- 9d48d3a Bump workos-go to v4.16.0
- 5af368e Consolidate all table rendering logic into printer package
- 573a5cc Create subcommands for each FGA resource
- d701432 Don't show interactive prompt in env switch command if an environment is provided
- a682de0 Error out from command if provided environment is not in the list of configured environments
- 2fa0ddc Fix copy-paste typo for FGA remove command
- 8182389 Fix objecttype apply file condition
- e573e1b Fix typo and use correct value when constructing decision tree for check results
- 66f99a0 Implement object type and object methods
- 30c3978 Initial commit
- 7ca599b Make policy an optional flag for assign relation command
- 2501d62 Merge pull request #1 from workos/ron-organizations-CRUD-ops
- 57e0b57 Merge pull request #2 from workos/feat/addCiAndReleaseWorkflowsAndLicense
- fdf813b Merge pull request #5 from workos/feat/addFgaCommands
- 3ea0a5c Merge pull request #6 from workos/feat/fgaWarrantCmdUpdates
- 9ef338f Merge pull request #7 from workos/bug/useCorrectCheckValueWhenBuildingDecisionTree
- 3e9a56d Merge pull request #8 from workos/feat/updateSecretToAccessTokenInReleaseWorkflow
- aa3eabc Print environment type and optionally configured endpoint when showing list of api keys
- 8bae7e4 Remove unnecessary print/debug lines
- a577342 Rename assign/remove cmds to warrant create/delete
- d5fedd0 Rename object to resource
- b56abf4 Replace unnecessary use of fmt.Sprintf with use of errors.Errorf
- 6df2e9a Ron organizations crud ops add charm (#4)
- 817e48b Set endpoint for fga module if one is configured
- 1a0c68c Update README
- be7ff1b Update active API key correctly in apikey switch command
- 120e3d3 Update assign and remove command output and print before/after cursors from list commands
- 1a9cd1b Update auth to be environment-based rather than api-key-based (e.g. workos switch env) + standardize all print statements as printer.PrintMsg or printer.PrintJson
- 699cd99 Update internal/cmd/organization.go
- 5730321 Update internal/cmd/organization.go
- ea4cd75 Update internal/cmd/organization.go
- 746ea41 Update internal/cmd/organization.go
- c0c9502 Update internal/cmd/organization.go
- 738bffc Update internal/cmd/organization.go
- eaca05c Update internal/cmd/organization.go
- 31aba15 Update objecttype list method to fetch all object types
- 94e68c9 Update the secret being used to get the GitHub access token in the release workflow
- c764369 Use Go SDK constants for 'authorized' and 'not_authorized'
- afeb0ba internal/cmd/organizations added list and update
- cb26d24 ron: all CRUD operations added
- 531844d ron: set the domain state to be verified by default on creation
- 8728b6e ron: updated creatOrg to accept multiple domains when create org
- e725561 ron: updates to updateOrg and added list and delete