We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for labels in flytectl create project command.
flytectl create project
Inline Update
bin/flytectl update project --name flytesnacks --id flytesnacks --labels app=flyte
Using yaml
bin/flytectl update project --file project.yaml
with project.yaml:
id: "project-unique-id" name: "Name" labels: app: flyte
Related issue: #1620
The text was updated successfully, but these errors were encountered:
yindia
No branches or pull requests
Describe the feature/command for FlyteCTL
Add support for labels in
flytectl create project
command.Provide a possible output or UX example
Inline Update
Using yaml
with project.yaml:
Related issue: #1620
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: