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
If I do this, I expect to just add a callback URL to this app. go run ./cmd/auth0 apps update ngKKhR5yy9fvIXnjRzEYdJZ7YGwjheQ8 -c http://localhost:3000
Instead it will prompt me also for name, description, etc.
Also, if I do go run ./cmd/auth0 apps update ngKKhR5yy9fvIXnjRzEYdJZ7YGwjheQ8 I would expect to get asked name, description, type AND callback URLs (right now it doesn't ask for that).
The text was updated successfully, but these errors were encountered:
@woloski so you say that for update operations we should not ask for the value if the flag is missing, only if no flags were provided at all (even if it's a required field)? And when called with no flags (and thus prompting) it should ask for every supported property (even if it's not a required field)?
If I do this, I expect to just add a callback URL to this app.
go run ./cmd/auth0 apps update ngKKhR5yy9fvIXnjRzEYdJZ7YGwjheQ8 -c http://localhost:3000
Instead it will prompt me also for name, description, etc.
Also, if I do
go run ./cmd/auth0 apps update ngKKhR5yy9fvIXnjRzEYdJZ7YGwjheQ8
I would expect to get asked name, description, type AND callback URLs (right now it doesn't ask for that).The text was updated successfully, but these errors were encountered: