Skip to content

Commit

Permalink
Merge pull request #129 from cybozu-go/sabactl-cobra
Browse files Browse the repository at this point in the history
Sabactl cobra
  • Loading branch information
dulltz authored Dec 25, 2018
2 parents 3269d15 + c855bb8 commit 2d55973
Show file tree
Hide file tree
Showing 56 changed files with 4,850 additions and 1,365 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export GOFLAGS

build: $(BUILT_TARGET)
$(BUILT_TARGET): $(GO_FILES)
go build ./cmd/$@
go build ./pkg/$@

start-etcd:
systemd-run --user --unit neco-etcd.service etcd --data-dir $(ETCD_DIR)
Expand Down
150 changes: 0 additions & 150 deletions cmd/sabactl/assets.go

This file was deleted.

54 changes: 0 additions & 54 deletions cmd/sabactl/crypts.go

This file was deleted.

93 changes: 0 additions & 93 deletions cmd/sabactl/dhcp.go

This file was deleted.

Loading

0 comments on commit 2d55973

Please sign in to comment.