concord icon indicating copy to clipboard operation
concord copied to clipboard

Concord - workflow orchestration and continuous deployment management

Results 75 concord issues
Sort by recently updated
recently updated
newest added

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

wip

don't test
[no ci]

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.

wip
don't test
[no ci]

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

docs

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

wip