inkdevhub / swanky-cli

The all-in-one developer environment for Parity pallet-contracts based smart contracts!
https://docs.astar.network/docs/build/wasm/swanky-suite/cli/
MIT License
70 stars 29 forks source link

Add `swanky node version` or equivalent #177

Closed HCastano closed 6 months ago

HCastano commented 1 year ago

I know you can see it when you run the node, but I'd like an easy way to find the version of the node installed by swanky node install.

This can either be in the form of something like swanky node version/swanky node --version or shown as part of the swanky check command.

codespool commented 1 year ago

Great idea, thanks for reporting! I'm adding it to the suggestions list for the next milestonel

codespool commented 1 year ago

This can go together with #135 , I'll close that one, pasting the contents here:

In node install command, having version locking mechanism, and allow users specify which version to install with command args.