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

Support pipectl to list application by Label. #3295

Closed
pipecd-bot opened this issue Feb 21, 2022 · 0 comments · Fixed by #4186
Closed

Support pipectl to list application by Label. #3295

pipecd-bot opened this issue Feb 21, 2022 · 0 comments · Fixed by #4186
Assignees

Comments

@pipecd-bot
Copy link
Collaborator

// TODO: Support pipectl to list application by Label.
cmd.Flags().StringVar(&c.appName, "app-name", c.appName, "The application name.")
cmd.Flags().StringVar(&c.appKind, "app-kind", c.appKind, fmt.Sprintf("The kind of application. (%s)", strings.Join(model.ApplicationKindStrings(), "|")))
cmd.Flags().BoolVar(&c.disabled, "disabled", c.disabled, "True to show only disabled applications.")

This was created by todo plugin since "TODO:" was found in 141b6fd when #3294 was merged. cc: @nghialv.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants