Will Vedder

Results 58 comments of Will Vedder

Re-opening because #1458 did not work.

@eladbs Solid idea but do you think this is different than #70?

The `options.configuration` property is intentionally omitted from export because it becomes encrypted when stored; the Management API cannot return the unencrypted values thereafter. If you GET your connection via the...

Some really good discourse here, it's all been noted. Per the spirit of this ticket, we've updated the readme to include [non-homebrew linux instructions](https://github.com/auth0/auth0-cli#linux). As such, I'm going to close...

**Update:** We've added first-class support for assign roles to a user in the [v1.0.0-beta.1](https://github.com/auth0/auth0-cli/releases/tag/v1.0.0-beta.1) release. For those who are so inclined, we'd be happy to receive feedback on the beta...

**Update 2:** We've released first-class support for role assignment in our [v1.0.0](https://github.com/auth0/auth0-cli/releases/tag/v1.0.0). We encourage folks to upgrade and give it a shot!

**Update:** We included this in [v1.3.0](https://github.com/auth0/auth0-cli/releases/tag/v1.3.0) through the `--signing-alg` flag. Example: ``` auth0 apis create --name myapi --identifier http://my-api --token-lifetime 6100 --offline-access=false --scopes "letter:write,letter:read" --signing-alg "RS256" ``` Appreciate the patience!

@andrewclaus thanks for opening this ticket and remaining patient. We agreed that we could provide a lot more guidance for authenticating to a private cloud tenant. Which is why we...

**Update**: This work has been slated for the current quarter and implementation has already begun. Per the proposed implementation in the RFC and the feedback therein, the functionality here won't...

The initial iteration of this feature is complete and released in [v7.17.0](https://github.com/auth0/auth0-deploy-cli/releases/tag/v7.17.0). **Goal:** Preserve the majority of manually-placed `##KEYWORD_REPLACE##` markers in the configuration files when performing subsequent exports. Otherwise, they...