brief-family-9488
12/21/2024, 2:16 AMjolly-florist-66728
12/21/2024, 2:16 AMflytectl
CLI to achieve this by specifying the workflow name with the get launchplan
command.
Would you like more detail on how to use flytectl
for this purpose?
Sources:
- FlyteCTL API Reference 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.brief-family-9488
12/21/2024, 2:17 AMjolly-florist-66728
12/21/2024, 2:17 AMflytectl
, you can use the get launchplan
command with the --workflow
flag. Here's a step-by-step guide:
1. Specify Project and Domain: You need to specify the project and domain where your workflow is registered.
2. Use the Workflow Name: Provide the workflow name for which you want to list the launch plans.
Here's an example command:
flytectl get launchplan -p <project_name> -d <domain_name> --workflow <workflow_name>
Replace <project_name>
, <domain_name>
, and <workflow_name>
with your specific project, domain, and workflow names.
This command will retrieve all launch plans associated with the specified workflow within the given project and domain.
Sources:
- FlyteCTL API Reference
- FlyteCTL GitHub File 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.