Dima Brusilovsky
Dima Brusilovsky
hey @jmj0502 Go ahead, I'm assigning you to this issue. I think the best way to implement it is to add a key to the `ConfigurationManager` that will include the...
Hi @kevholmes , We actually have support for env variable. If you use `DATREE_TOKEN` (https://hub.datree.io/account-token#lz-how-it-works) you can set a token in runtime, which will work similarly to `--token` flag. Using...
I see. Can we achieve the same solution running `datree config set token $TOKEN && datree test ...`? I'm trying to avoid multiple touch-points for token insertion. This can add...
Will this cause us to override the flags without the ability to change it via the cli? To be more specific, I will be able to manually add `schema-version` flag...
As of now, we don't really have versioning in our project. Meaning the backend does not support multiple cli versions and whenever we need to we deprecate old versions (though...
I'd like to tackle this issue and try to implement it. We need to be able to run our plugin on windows so might as well solve this for everyone...
update: I'm adding `platformHooks` support with very similar functionality to `platformCommand`. Any help with documentation will be much appreciated :)
Hey @wmhilton, thanks for the reply. I'm doing that instead of simply cloning because my ultimate goal is to filter out the files I'm trying to clone. I'll edit the...