Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/action: error message when using -w flag #402

Merged
merged 3 commits into from
Jan 13, 2022
Merged

Conversation

yonidavidson
Copy link
Contributor

No description provided.

@@ -47,6 +47,10 @@ func init() {

// CmdApplyRun is the command used when running CLI.
func CmdApplyRun(cmd *cobra.Command, args []string) {
if ApplyFlags.Web {
schemaCmd.PrintErrln("Open in UI server is not available in this release")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
schemaCmd.PrintErrln("Open in UI server is not available in this release")
schemaCmd.PrintErrln("Opening the UI server is not available in this release")

cmd/action/inspect.go Outdated Show resolved Hide resolved
cmd/action/apply.go Outdated Show resolved Hide resolved
cmd/action/inspect.go Outdated Show resolved Hide resolved
yonidavidson and others added 2 commits January 13, 2022 09:39
@yonidavidson yonidavidson merged commit 8b0bf66 into master Jan 13, 2022
@yonidavidson yonidavidson deleted the ui-comment branch January 13, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants