Skip to content

Commit

Permalink
Merge pull request #280 from aquaproj/chore/add-install
Browse files Browse the repository at this point in the history
chore(cmdx): add a task "install"
  • Loading branch information
suzuki-shunsuke authored Feb 2, 2023
2 parents 27d1645 + 8e842d7 commit 177d266
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cmdx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ tasks:
description: go vet
usage: go vet
script: go vet ./...
- name: install
short: i
description: Build and install registry-tool
usage: Build and install registry-tool by "go install" command
script: go install ./cmd/aqua-registry

0 comments on commit 177d266

Please sign in to comment.