A complete reference for all Deploxy CLI commands, including init and deploy, with all available options and configuration details.
@deploxy/cli
) is the primary tool for managing and deploying your MCP server projects. It is designed to be a direct replacement for the npm publish
command, integrating seamlessly into your existing workflow.
npx
, or you can install it globally.
init
.deploxy.json
configuration file and adding it to your .gitignore
.
.deploxy.json
file.
deploy
deploy
command does not build your project. You must run your build script (e.g., npm run build
) before deploying to ensure your compiled code is included.deploy
command performs the following steps:
.deploxy.json
and package.json
.files
array of your package.json
.--help
: Show help information for a command.--version
: Display the installed CLI version..deploxy.json
.npmrc
.npmrc
file in your project root.
NPM_TOKEN
environment variable in the shell where you run the deploy
command.