tatomir146
tatomir146
This should not be possible and throw an error: ``` configs: - id: myid config: name: Some Config template: my.json - id: myid config: name: Another config template: my.json ```
In case there are Env variables defined in the environments file, converter replaces these with env names. Converter should convert something like: ``` - env-url: "{{ .Env.URL_ENVIRONMENT_1 }}" ``` to:...
Make sure all new features are well documented and covered by enough examples.
We should consider switching to the new v2 extensions api.
Dynatrace provides different APIs for configuration. Those APIs can change or there can be new APIs added. In order to be fault-tolerant and proactive, we should only perform the actions,...
Make sure integration and unit tests for the download functionality are in place.
Just a reminder for deprecation features: - `application` config will be replaces with `application-web` - NEW_CLI becomes standard
Check that: - we use same flags for all commands - name command go files accordingly (e.g. deploy/cmd.go should be named deploy/deploy.go) - normalise help text e.g. ``` ArgsUsage: "",...