ancient-guitar-13766
02/24/2025, 2:06 PMrun, resume, argo-workflows ... etc
). I was taking inspiration from the metaflow test suite to add one.
my folder structure looks like this:
metaflow_extensions/org
└── plugins
├── mfextinit_deliveryhero.py
└── remote_resume.py
mfextinit_deliveryhero
contains
CLI_DESC = [
("remote-resume", ".remote_resume.cli"),
]
Unfortunately this does not work, aka running python flow.py --help
does not show up the command that i added.
Is extending a cli command is different from adding a step decorator? Is there any documentation around this ? any references / examples is also okay 🙏🏽rhythmic-controller-77489
02/24/2025, 4:21 PMrhythmic-controller-77489
02/24/2025, 4:24 PMCLIS_DESC
and not CLI_DESC
- so it could just be a variable name issuedry-beach-38304
02/24/2025, 6:31 PMancient-guitar-13766
02/24/2025, 8:29 PM