A standalone CLI providing features related to movey.net and move packages resolving.
Rust and Cargo
Run
$ curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
Download and run rustup-init.exe
from https://www.rust-lang.org/tools/install
Run cargo install movey-cli
(WIP)
movey login
and movey upload
cargo build
These commands are WIP and subjected to changes.
movey login
Authenticate and save personal access token for further usage
movey upload
movey upload <personal access token>
Upload metadata of the current move project to movey.net
movey move-package-resolver
Read and resolve move.toml
file in the current working directory. Query to movey.net then write resolved result to move.lock
movey search
TBD
This CLI is currently a WIP, contact movey@eastagilecom or create an issue.