Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support prompt partial import/export #916

Open
1 task done
kirkokada opened this issue Jun 27, 2024 · 0 comments
Open
1 task done

Support prompt partial import/export #916

kirkokada opened this issue Jun 27, 2024 · 0 comments

Comments

@kirkokada
Copy link

Checklist

Describe the problem you'd like to have solved

I would greatly appreciate if the deploy cli supported the import/export of prompt partials as detailed in the management api:

https://auth0.com/docs/api/management/v2/prompts/put-partials
https://auth0.com/docs/api/management/v2/prompts/get-partials

Describe the ideal solution

the ideal for e.g. directory format would be something like:

# dir structure
prompts/
  partials/
    sign-in/
      form-content-end.html
    partials.json

# prompts.json
{
  "sign-in": {
    "form-content-end": promts/partials/sign-in/form-content-end.html
  }
}

Alternatives and current workarounds

The current workaround is to use the management api directly.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant