concord
concord copied to clipboard
Concord - workflow orchestration and continuous deployment management
simple code coverage with Concord cli: ``` concord-cli run . --with-code-coverage ``` logs: ``` Starting... 13:39:12.073 [main] Hello, Concord! === Generating code coverage info... Coverage info file: /Users/brig/prj/github/concord/examples/hello_world/target/coverage.info To generate...
There's already mitigation in the UI, however this would not stop a nefarious actor who sends a POST request without the UI; this is intended to cover that case.
Config example: ```yaml # ~/.concord/cli.yaml contexts: default: # those are the defaults, we don't need to put them in the local config file secrets: vault: dir: "${configDir}/vaults" id: "default" local:...
- Currently _main.json has additional data like `defaultTaskVariables` which might contain sensitive data which will be open to access for all when download state of the process. - Soln: add...