Releases: fugue/fugue-client
Releases · fugue/fugue-client
Custom rules subcommands
This release adds CRUD actions for custom rules as well as a fugue sync rules
command to upload multiple rego files as rules to your organization.
v0.3.0
Updates
- Add new columns by default to list environments output
- Improve error handling on create environment subcommands
- Remove
--govcloud
option on create aws environment and make decision based on the chosen region - Fix removing a baseline ID in the update environment subcommand
- Remove order flags for list environments since they were not useful
v0.2.0
Splits AWS and Azure environment creation into separate commands.
fugue create aws env [options]
fugue create azure env [options]
Fixes update environment command to patch only attributes specified by the user.
MacOS binary is attached.
Misc improvements
This release contains the following improvements:
- Add
--name
filter option onfugue list environments
- Add
--provider
filter option onfugue list environments
- Add noncompliant count to compliance-by-resource-types
- Add last scan ID to
fugue get environment
output - Add
--wait
option tofugue scan
to wait for the scan to finish - Improved output formatting for all commands
- Fix filter options on
fugue list events
First version of client
This is a first stab at a client for the Fugue API. Please share any feedback!
A MacOS compatible build is attached: download the fugue
binary here.