0.0.4-dev
Pre-release
Pre-release
Major refactor began.
Added
New Commands:
tfx cv download- Download a Configuration Version and unpack onto disk.tfx gpg list- List GPG Keys of an Organizationtfx gpg create- Create a GPG Key for an Organizationtfx gpg show- Show details of a GPG Key for an Organizationtfx gpg delete- Delete GPG Key for an Organizationtfx release tfe list- List available Terraform Enterprise releasestfx release tfe show- Show details of a Terraform Enterprise release, including release notestfx release tfe download- Download a Terraform Enterprise airgap binarytfx release replicated list- List available Replicated releasestfx release replicated download- Download a Replicated releasetfx registry provider list- List Providers in the Registrytfx registry provider version list- List Versions for a Provider in the Registrytfx registry provider version platform list- List Platforms for a Provider Version in the Registrytfx registry provider create- Create a Provider in the Registrytfx registry provider show- Show details of a Provider in the Registrytfx registry provider delete- Delete a Provider in the Registrytfx registry provider version create- Create a Version for a Provider in the Registrytfx registry provider version show- Show details a Version for a Provider in the Registrytfx registry provider version delete- Delete a Version for a Provider in the Registrytfx registry provider version platform create- Create a Platform Version for a Provider in the Registrytfx registry provider version platform show- Show details of a Platform Version for a Provider in the Registrytfx registry provider version platform delete- Delete a Platform Version for a Provider in the Registrytfx variable list- List all workspace variablestfx variable create- Create a workspace variable, optionally the value can read from a filenametfx variable update- Update an existing workspace variable, optionally the value can read from a filenametfx variable show- Show details of a workspace variabletfx variable delete- Delete a workspace variable
Changed
- Upgraded to Go 1.18.4
- PMR Module uploading - Removed helper code (shim) in favor of the now available the go-tfe functions
- Lots of refactoring within some commands
- Added optional
--jsonflag framework to allow output to be in JSON for non-interactive use - Started the migrating to "github.com/fatih/color" from "github.com/logrusorgru/aurora" for text colors