auth0 / auth0-cli

Build, manage and test your Auth0 integrations from the command line
https://auth0.github.io/auth0-cli/
MIT License
243 stars 52 forks source link

DXCDT-400: Allowing piped-in templates into `auth0 ul templates update` #950

Closed willvedd closed 8 months ago

willvedd commented 8 months ago

🔧 Changes

Adds support for piping-in liquid templates for the auth0 ul templates update command. This is somewhat inspired by #548 which asked for a way to preview templates data.

📚 References

Related (somewhat) issue: #548

🔬 Testing

Manually verified. Unfortunately, this cannot be tested through our commander tests because the testing tenant does not have a custom domain which is required for updating universal login templates.

📝 Checklist