We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a5665 commit df73613Copy full SHA for df73613
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs: # basic units of work in a run
17
command: bash config/generate-kitchensink.sh .
18
- run:
19
name: Generate code for kitchen sink
20
- command: ./kraken -f -v app generate -o kitchen-sink -c config/kitchensink.yaml
+ command: ./kraken -f -l debug app generate -o kitchen-sink -c config/kitchensink.yaml
21
22
name: Build kitchen-sink
23
command: go build .
0 commit comments