Skip to content

Commit f8303a4

Browse files
committed
chore: update CLI naming and ignore auth token file
- Add .authgate-tokens.json to the gitignore list - Rename the CLI executable from cli to device-cli in the Makefile Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 5ea7242 commit f8303a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ go.work.sum
3131
# .idea/
3232
# .vscode/
3333
bin
34+
.authgate-tokens.json

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GO ?= go
2-
EXECUTABLE := cli
2+
EXECUTABLE := device-cli
33
GOFILES := $(shell find . -type f -name "*.go")
44
TAGS ?=
55
TEMPL_VERSION ?= latest

0 commit comments

Comments
 (0)