@tappify/cli
v1.4.0
Published
Tappify CLI - Command line interface for managing deployments and more
Maintainers
Readme
Tappify CLI
A command line interface for managing deployments and more.
Installation
NPM
npm install -g @tappify/cliHomebrew (macOS/Linux)
brew tap tappify-dev/homebrew-tap
brew install tappifyScoop (Windows)
scoop bucket add tappify https://github.com/tappify-dev/scoop-bucket
scoop install tappifyChocolatey (Windows)
choco install tappifyUsage
# Show available commands
tappify --help
# Authenticate with Tappify
tappify login
# Initialize a new app project
tappify init
# Publish your app
tappify publish
# Log out
tappify logout
# Create a deployment
tappify create-deployment <project-id> --environment production --branch mainCommands
login
Authenticate with Tappify via device authorization flow. Opens a browser to complete authentication.
logout
Log out of Tappify and clear stored credentials.
init
Initialize a new Tappify app project. Creates a tap.config.json in the current directory.
publish
Publish your Tappify app. Bundles the dist/ directory and tap.config.json into a zip and uploads it.
create-deployment
Create a new deployment for a project.
tappify create-deployment <project-id> [options]Arguments:
project-id: The ID of the project to deploy
Options:
-e, --environment <environment>: Target environment (e.g., production, staging)-b, --branch <branch>: Git branch to deploy-d, --dry-run: Run without making actual changes
License
MIT
