Skip to content

Commit

Permalink
Update flag.go (#1128)
Browse files Browse the repository at this point in the history
* Update flag.go

* Update CHANGELOG.md
  • Loading branch information
ljakimczuk authored Oct 12, 2023
1 parent f7d3fa3 commit b3847ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

- Make the `--organization` flag visible when templating App CR.

## [2.43.0] - 2023-10-11

### Added
Expand Down
2 changes: 0 additions & 2 deletions cmd/template/app/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ func (f *flag) Init(cmd *cobra.Command) {

_ = cmd.Flags().MarkDeprecated(flagNamespace, fmt.Sprintf("use --%s instead", flagTargetNamespace))
_ = cmd.Flags().MarkDeprecated(flagCluster, fmt.Sprintf("use --%s instead", flagClusterName))

_ = cmd.Flags().MarkHidden(flagOrganization)
}

func (f *flag) Validate() error {
Expand Down

0 comments on commit b3847ce

Please sign in to comment.