Sujith Samuel
01/31/2023, 12:11 PMSamhita Alla
flytectl get task -p <project> -d <domain> <task-name>
Sujith Samuel
01/31/2023, 5:29 PMSamhita Alla
flytectl get task -p <project> -d <domain> <task-name> --latest
Sujith Samuel
01/31/2023, 5:30 PMSamhita Alla
Eduardo Apolinario (eapolinario)
01/31/2023, 7:09 PM--version
or --latest
is ignored--version
(or --latest
). For example, you can do:
❯ flytectl get task --project flytesnacks --domain development workflows.example.say_hello --latest
And that will pick up the latest version of the workflows.example.say_hello
task.Sujith Samuel
01/31/2023, 7:30 PMSamhita Alla
Sujith Samuel
02/02/2023, 9:42 AM