auth0 / auth0-deploy-cli

The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configuration. It integrates into your development workflows as a standalone CLI or as a node module.
MIT License
236 stars 147 forks source link

Forms support #904

Open joshbalfour opened 1 week ago

joshbalfour commented 1 week ago

Checklist

Describe the problem you'd like to have solved

It would be amazing if the deploy CLI supported Forms.

Describe the ideal solution

forms:
  - name: "form name"
    jsonFile: "./form.json"

Where form.json is what's exportable/importable from the editor.

Alternatives and current workarounds

Right now we're having to import them manually using the editor.

Additional context

No response

emfloyd2 commented 4 days ago

+1 this has become an active issue for our org as well (and we are using the same workaround)