Skip to content

Commit

Permalink
fix: minor readme and release job fix (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Sharma authored Apr 27, 2021
1 parent 4bc0b72 commit f3a3201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builds:
ldflags:
- -s -w -X github.com/fabric8-analytics/cli-tools/pkg/version.version={{.Version}}
- "-X 'github.com/fabric8-analytics/cli-tools/pkg/version.vendorInfo=Red Hat'"
- -X 'github.com/fabric8-analytics/cli-tools/pkg/segment.writeKey=XVVwgAtJHhr4YiuoFURmycI2oKVD8mxV
- -X github.com/fabric8-analytics/cli-tools/pkg/segment.writeKey=XVVwgAtJHhr4YiuoFURmycI2oKVD8mxV
- -X github.com/fabric8-analytics/cli-tools/pkg/version.timestamp={{ .Timestamp }}
- -X github.com/fabric8-analytics/cli-tools/pkg/version.commitHash={{ .ShortCommit }}
id: crda
Expand Down
1 change: 1 addition & 0 deletions docs/cli_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Executable supports following commands:
- `--debug`: (bool) (Optional): Debug Flag. Enables Debug Logs
- `--no-color`: (bool) (Optional): Toggles colors in output.
- `--help` : help about binary functionalities.
- `--client`: Telemetry Client indentification [tekton/jenkins/gh-actions/terminal].

### EXIT CODES

Expand Down

0 comments on commit f3a3201

Please sign in to comment.