@reshapr/reshapr-cli
v0.0.4
Published
CLI for reshapr.io - The MCP Gateway for AI-Native API Access!
Readme
reshapr-cli
This is the command line interface for the Reshapr project.
Installing the CLI
npm install -g @reshapr/reshapr-cliRunning the CLI in dev mode
After cloning the repository, you can run the CLI in development mode using the following commands.
- First, ensure you have the required dependencies installed. You can do this by running:
npm install- Next, you have to start the CLI in development mode using:
npm run devThis will keep the CLI running and watch for changes in the source code, allowing you to develop and test your changes in real-time.
- Finally, you have to link the
reshaprbinary to your JavaScript entrypoint for the CLI:
npm linkExecuting some commands
# Login to the reShapr local control-plane server
reshapr login --server http://localhost:5555
# Logout once your job is done.
reshapr logout 