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
Launchplan is tied to a specific workflow version, and it needs to be activated with two flytectl commands:
flytectl
flytectl get launchplans -p {project} -d {domain} {launchplan_name}
flytectl update launchplan -p {project} -d {domain} {launchplan_name} --version {version} --activate
It would be nice to simplify this process.
Create a CLI command which activates the latest version of a launch plan by default. It could also accept a specific version as a parameter.
I propose to add this feature to pyflyte
No response
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue here! 🛠
Sorry, something went wrong.
Now we can activate launch plans by this command pyflyte launchplan --activate -p project-name -d development launch plan_name
pyflyte launchplan --activate -p project-name -d development launch plan_name
It will activate the latest version by default
No branches or pull requests
Motivation: Why do you think this is important?
Launchplan is tied to a specific workflow version, and it needs to be activated with two
flytectl
commands:flytectl get launchplans -p {project} -d {domain} {launchplan_name}
to list all launchplansflytectl update launchplan -p {project} -d {domain} {launchplan_name} --version {version} --activate
to activate the correct oneIt would be nice to simplify this process.
Goal: What should the final outcome look like, ideally?
Create a CLI command which activates the latest version of a launch plan by default. It could also accept a specific version as a parameter.
Describe alternatives you've considered
I propose to add this feature to pyflyte
Propose: Link/Inline OR Additional context
No response
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: