#net #movey #move #upload #packages #login #coming

yanked movey_cli

CLI for movey.net. Coming soon.

2 releases

0.1.19 Apr 6, 2023
0.1.18 Mar 6, 2023
0.1.15 Jan 19, 2023
0.1.11 Dec 23, 2022
0.1.6 Nov 25, 2022

#32 in #coming

Download history 115/week @ 2024-02-13 21/week @ 2024-03-26 93/week @ 2024-04-02

114 downloads per month

MIT/Apache

1MB
860 lines

​ ​ ​

MoveyCLI

​ A standalone CLI providing features related to movey.net and move packages resolving. ​

Prerequisites

​ Rust and Cargo

Linux and MacOS

Run

$ curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh

Windows

Download and run rustup-init.exe from https://www.rust-lang.org/tools/install

Installation

For end-user

Run cargo install movey_cli (WIP)

For developer

  1. Clone or download this repository https://github.com/EastAgile/ea-movey-cli.
  2. (Optional) Create a personal access token to use movey login and movey upload
  3. Run cargo build

Usage

​ 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 --resolve-move-dependencies movey or movey --resolve-move-dev-dependencies movey

Read and resolve Move.toml file in the current working directory. Query to ​movey.net then write resolved result to stdout.

​ TBD ​

Additional information

​ This CLI is currently a WIP, contact movey@eastagile.com or create an issue.

Dependencies

~13–28MB
~430K SLoC