Skip to content

Commit 4391e14

Browse files
authored
Release 0.0.4-dev Prep (#23)
1 parent 176e82b commit 4391e14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ New Commands:
4141

4242
### Changed
4343

44+
* Upgraded to Go 1.18.4
4445
* PMR Module uploading - Removed helper code (shim) in favor of the now available the go-tfe functions
4546
* Lots of refactoring within some commands
4647
* Added optional `--json` flag framework to allow output to be in JSON for non-interactive use
47-
* Started the migrating to "github.com/fatih/color" from "github.com/logrusorgru/aurora" for text colors
48+
* Started the migrating to "github.com/fatih/color" from "github.com/logrusorgru/aurora" for text colors
4849

4950
### Removed
5051

cmd/registry_provider_version_platform.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ func init() {
135135
registryProviderVersionPlatformListCmd.Flags().StringP("name", "n", "", "Name of the Provider")
136136
registryProviderVersionPlatformListCmd.Flags().StringP("version", "v", "", "Version of Provider (i.e. 0.0.1)")
137137
registryProviderVersionPlatformListCmd.MarkFlagRequired("name")
138+
registryProviderVersionPlatformListCmd.MarkFlagRequired("version")
138139

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

0 commit comments

Comments
 (0)