Will Vedder

Results 84 comments of Will Vedder

Closing this one out. While the Deploy CLI can certainly be resource-hungry at times, it does so for performance reasons. Perhaps there is room for optimization in the future, but...

Fixed with [7.15.2](https://github.com/auth0/auth0-deploy-cli/releases/tag/v7.15.2). Thanks for reporting!

This is a really cool idea and would solve a huge painpoint of testing interactive CLIs. AFAIK, there is not any off-the-shelf solution for this. It seems like VHS's declarative...

@satokaito Thanks for opening this issue. To be clear, is the issue here the file naming? As in, you're expecting a different filename without the keyword replacement marker or is...

You're correct that the Deploy CLI does not support the management of the tenant's environment flag. This is because that single configuration is not supported by the Management API, or...

Thanks for the suggestion, I agree that a warning or error would be beneficial in these cases. A core assumption of the Deploy CLI is that all resources have unique...

@stabai This is an excellent suggestion, it would certainly make the process of creating Deploy CLI configuration much clearer. We already loosely define some of the resource handlers, but admittedly...

As noted by the changelog for [7.20.0](https://github.com/auth0/auth0-deploy-cli/releases/tag/v7.20.0), there was added support for actions code files to be imported relative to the configuration file (#866). There must've been a regression included...

I can't get any permutation of this working whatsoever. My particular application runs `nconf.env().use('memory')` to source configuration from environment variables and I'm trying to unit test several configuration scenarios but...

This is one test case I'm still pondering though, could see it going either way: ``` { name: "chained_negation_14", tuples: []*openfgav1.TupleKey{ tuple.NewTupleKey("document:1", "viewer", "user:*"), tuple.NewTupleKey("document:1", "blocked", "user:*"), tuple.NewTupleKey("document:1", "blocked", "user:maria"),...