@navitech/hosted-cli
v0.0.28
Published
CLI for Hosted
Readme
Hosted CLI
A command-line interface for deploying and managing applications on Hosted platform.
Installation
Global Installation
Install globally using npm:
npm install -g @navitech/hosted-cliOr using pnpm:
pnpm add -g @navitech/hosted-cliUsage
After global installation, use the hosted-cli command:
hosted-cli --helpAvailable Commands
hosted-cli deploy <config-file>- Deploy to k3s cluster based on confighosted-cli delete <config-file>- Delete all resources defined in the confighosted-cli unploy <config-file>- Un-deploy: Delete all resources and registry images defined in the confighosted-cli login- Open browser to login to the registryhosted-cli whoami- Show current logged in user
Development
To install dependencies:
pnpm installTo build:
pnpm run buildTo run locally:
node dist/index.js