movesdk-cli
v1.0.0
Published
CLI for Dolphin Move SDK
Downloads
6
Maintainers
Readme
MOVE SDK CLI
This is a command-line interface (CLI) for the MOVE SDK. It provides various commands to interact with the SDK, such as creating a project, listing projects, logging in and out, and more.
More information about the MOVE SDK can be found in the documentation.
Usage
Here are some of the commands you can use:
clone
: Clones the test projects.login
: Logs in to the MOVE SDK CLI.logout
: Logs out from the MOVE SDK CLI.projects
: Lists the projects.create-project
: Creates a new project.delete-project
: Deletes a project.services
: Lists the services.help
: Opens the MOVE documentation.open-project
: Opens the MOVE dashboard.keys
: List move sdk project keys
For example, to create a new project, you would run:
node movesdk.js create-project
Contributing
Contributions are welcome! Please read the contributing guidelines before getting started.
License
This project is licensed under the MIT License. See the LICENSE file for details.