tatomir146

Results 8 issues of 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 ```

enhancement
v2

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:...

enhancement
v2

Make sure all new features are well documented and covered by enough examples.

documentation
enhancement
v2

We should consider switching to the new v2 extensions api.

enhancement
new-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,...

enhancement

Make sure integration and unit tests for the download functionality are in place.

enhancement
area:download
v2

Just a reminder for deprecation features: - `application` config will be replaces with `application-web` - NEW_CLI becomes standard

enhancement
v2

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: "",...

enhancement
v2