Skip to content

Commit

Permalink
upd: make ls
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Nov 23, 2018
1 parent 59db5ed commit 21c2184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all: help
## get env tag list store, `make ls`
ls:
@echo -e "** Configs at server $${ENFIST_URL}:\n" ; \
curl -gs -H "X-narra-token: $$CIS_TOKEN" "$${ENFIST_URL}/tag" | jq -r '.[].code'
curl -gs -b "narra_token=$$CIS_TOKEN" "$${ENFIST_URL}/tag" | jq -r '.[].code'

## cat data of env tag from store, `make cat TAG=app--config--tag[.env]`
cat:
Expand Down

0 comments on commit 21c2184

Please sign in to comment.