East Agile

Results 6 issues of East Agile

## Motivation According to [Sam](https://github.com/move-language/move/pull/227#discussion_r922850757), we moved the call to Movey into this pull request. ### How to use it As usual any build action that involves cloning from github...

## Motivation Add `move movey-upload` command to upload move package to [Movey](https://www.movey.net/), modify `move build` command to call Movey API to increase download count. ### How to use it Before...

## Motivation The `move movey-upload` command from https://github.com/move-language/move/pull/227 requires users to save their Movey's API token locally, which is inconvenient and error-prone to do manually. This PR adds `move movey-login`...

# Goals Right now Move uses the move-cli to create and manage packages. The goal of this proposal is to provide a website in addition to the CLI for more...

enhancement

## Description This request is to add a badge for Movey ([Movey.net](https://www.movey.net/)) A [crates.io](https://crates.io/)-style repository of [Move](https://github.com/move-language/move) packages. This badge will show the latest version of a package on Movey...

## Steps to Reproduce Issue Currently there is no way to handle ws subscriber disconnect, the sdk abstracted away the underlying `jsonrpsee` client implementation so user will only receive logs....