auth0-deploy-cli
auth0-deploy-cli copied to clipboard
Forms support
Checklist
- [X] I agree to the terms within the Auth0 Code of Conduct.
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
+1 this has become an active issue for our org as well (and we are using the same workaround)
+1 as well, we use the Deploy CLI to promote across staging and prod environments and manually re-creating these flows is very tedious
+1 we are facing the same issue.
+1 we are facing the same issue here in AGL Australia, we have to manually import/export for now
API docs are now available at https://auth0.com/docs/api/management/v2/forms/get-forms
Forms support is coming soon.