Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
1. skywire-node: removed command 'version' instead of this used builtin
cobra ability '--version'
2. Makefile: updated for changes in skywire-cli
  • Loading branch information
ayuryshev committed Apr 12, 2019
1 parent 6ca446b commit 263ba5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ docker-bin: ## Build `skywire-node`, `skywire-cli`, `manager-node`, `therealssh-
${DOCKER_OPTS} go build -o ./node/skywire-node ./cmd/skywire-node

docker-volume: docker-apps docker-bin bin ## Prepare docker volume for dockerized skywire-node
./skywire-cli config ./node/skywire.json
./skywire-cli node gen-config -o ./node/skywire.json -r

docker-run: docker-clean docker-image docker-network docker-volume ## Run dockerized skywire-node ${DOCKER_NODE} in image ${DOCKER_IMAGE} with network ${DOCKER_NETWORK}
docker run -it -v $(shell pwd)/node:/sky --network=${DOCKER_NETWORK} \
Expand Down
1 change: 1 addition & 0 deletions cmd/skywire-node/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var rootCmd = &cobra.Command{
}
}
},
Version: node.Version,
}

// Execute executes root CLI command.
Expand Down
21 changes: 0 additions & 21 deletions cmd/skywire-node/commands/version.go

This file was deleted.

0 comments on commit 263ba5c

Please sign in to comment.