movey_cli

Crates.iomovey_cli
lib.rsmovey_cli
version0.1.19
sourcesrc
created_at2022-11-08 08:06:44.323407
updated_at2023-04-06 09:06:37.971118
descriptionCLI for movey.net. Coming soon.
homepagehttps://www.movey.net/
repository
max_upload_size
id707857
size1,290,377
Phong Nguyen (nhphong)

documentation

README

​ ​ ​

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.

movey search

​ TBD ​

Additional information

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

Commit count: 0

cargo fmt