You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As developer while building apps with polaris, there might be need for me to bootstrap multiple times as part of the development process. Currently I have to do admin-tool purge --realm <myrealm> and then do admin-tool bootstrap -c .. -r ...
Describe the solution you'd like
Instead we could just do admin-tool bootstrap --force -c .. -r .. which will do the purge and then bootstrap
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As developer while building apps with polaris, there might be need for me to bootstrap multiple times as part of the development process. Currently I have to do
admin-tool purge --realm <myrealm>
and then doadmin-tool bootstrap -c .. -r ..
.Describe the solution you'd like
Instead we could just do
admin-tool bootstrap --force -c .. -r ..
which will do thepurge
and thenbootstrap
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: