How can I pass custom input to `pyflyte run` comma...
# flyte-support
w
How can I pass custom input to
pyflyte run
command? I am trying to run a remote-launchplan using
Copy code
pyflyte run remote-launchplan
but looking at the doc https://www.union.ai/docs/flyte/api-reference/pyflyte-cli/, I didn't find any way of configuring custom input for a workflow
e
I think you can add them as args in the end? Like
Copy code
pyflyte run remote-launchplan <lp_name> --input="something"
a
@wonderful-continent-24967 I don't think this is available in
pyflyte
You could use
FlyteRemote
to fetch and execute the remote Launchplan passing custom inputs: https://docs-legacy.flyte.org/en/latest/api/flytekit/design/control_plane.html#executing-entities