Hi all, is there an equivalent for `list-active-la...
# flyte-support
f
Hi all, is there an equivalent for
list-active-launch-plans
for
flytectl
? I really really miss this right now:
Copy code
flyte-cli \
    -h HOST \
    -d ENV \
    -p PROJECT \
    list-active-launch-plans
f
Flyte-cli should work
Let me see if flytectl does not really support it
šŸ‘ 1
i
You can use filters to get this • Active
Copy code
flytectl get launchplan -p flytesnacks -d development -o yaml  --filter.fieldSelector "state=1"
• Archive
Copy code
flytectl get launchplan -p flytesnacks -d development -o yaml  --filter.fieldSelector "state=0"
ā¤ļø 1
f
Cc @future-afternoon-23871
f
Thank you so much @icy-agent-73298. This is exactly what I needed. Strong suggestion, can we add all of the options for `filelSelector`in the documentation. I couldn't find a page of all of the different values that were filterable.
f
ya, that would be a good idea
cc @billowy-sundown-31926 / @echoing-queen-96254
āœ… 1
šŸ‘€ 1
164 Views