Skip to content

Commit

Permalink
Release 0.0.4-dev Prep (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
straubt1 committed Jul 17, 2022
1 parent 176e82b commit 4391e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ New Commands:

### 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 `--json` flag 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
* Started the migrating to "github.com/fatih/color" from "github.com/logrusorgru/aurora" for text colors

### Removed

Expand Down
1 change: 1 addition & 0 deletions cmd/registry_provider_version_platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func init() {
registryProviderVersionPlatformListCmd.Flags().StringP("name", "n", "", "Name of the Provider")
registryProviderVersionPlatformListCmd.Flags().StringP("version", "v", "", "Version of Provider (i.e. 0.0.1)")
registryProviderVersionPlatformListCmd.MarkFlagRequired("name")
registryProviderVersionPlatformListCmd.MarkFlagRequired("version")

// `tfx registry provider version platform create` arguments
registryProviderVersionPlatformCreateCmd.Flags().StringP("name", "n", "", "Name of the Provider")
Expand Down

0 comments on commit 4391e14

Please sign in to comment.