Skip to content

Releases: fugue/fugue-client

Custom rules subcommands

03 Oct 15:29
9e8b978
Compare
Choose a tag to compare

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

17 Sep 16:21
feb3bd8
Compare
Choose a tag to compare

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

14 Aug 13:38
Compare
Choose a tag to compare

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

14 Aug 02:56
Compare
Choose a tag to compare

This release contains the following improvements:

  • Add --name filter option on fugue list environments
  • Add --provider filter option on fugue list environments
  • Add noncompliant count to compliance-by-resource-types
  • Add last scan ID to fugue get environment output
  • Add --wait option to fugue 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

31 Jul 12:36
Compare
Choose a tag to compare

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.