| Crates.io | movey_cli |
| lib.rs | movey_cli |
| version | 0.1.19 |
| created_at | 2022-11-08 08:06:44.323407+00 |
| updated_at | 2023-04-06 09:06:37.971118+00 |
| description | CLI for movey.net. Coming soon. |
| homepage | https://www.movey.net/ |
| repository | |
| max_upload_size | |
| id | 707857 |
| size | 1,290,377 |
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 uploadcargo build
These commands are WIP and subjected to changes.
movey loginAuthenticate 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 --resolve-move-dependencies movey or movey --resolve-move-dev-dependencies moveyRead and resolve Move.toml file in the current working directory. Query to movey.net then write resolved result to stdout.
movey search TBD
This CLI is currently a WIP, contact movey@eastagile.com or create an issue.