Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before:

builds:
- id: dhq
main: ./cmd/deployhq
main: ./cmd/dhq
binary: dhq
env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Development

```bash
go build ./cmd/deployhq/ # binary outputs as dhq # Build binary
go build ./cmd/dhq/ # binary outputs as dhq # Build binary
go test ./... -v # Run all tests (96 tests)
go vet ./... # Static analysis
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scoop install dhq
### Go

```bash
go install github.com/deployhq/deployhq-cli/cmd/deployhq@latest
go install github.com/deployhq/deployhq-cli/cmd/dhq@latest
```

### Binary
Expand Down Expand Up @@ -356,7 +356,7 @@ dep, _ := client.CreateDeployment(ctx, "my-app", sdk.DeploymentCreateRequest{
## Development

```bash
go build ./cmd/deployhq/
go build ./cmd/dhq/
go test ./... -v
go vet ./...
```
Expand Down
File renamed without changes.
Loading
Loading