Deploy run-code action

Hi,

We have started using the new Flow run-code actions and are building/testing them as in the nice examples provided by Shopify here: https://github.com/Shopify/flow-code-examples

We are however missing an easy and secure way of deploying the action code and graphQL to an action in a flow on a store - as opposed to copy pasting by hand.

Is there any CLI tooling on the roadmap for supporting this?

Currently you can create Flow extensions (actions, triggers, and templates) through the CLI. Depending on your use case, creating a template with a code action might be what you’re looking for. We don’t support deploying a code action within a workflow via the CLI.