@treefarm/cli
v1.0.3
Published
Treefarm CLI for deploying and managing applications
Maintainers
Readme
@treefarm/cli
Treefarm CLI for deploying and managing Node applications on Treefarm.
Install
npm install -g @treefarm/cliOr run it without a global install:
npx @treefarm/cli deployAuthentication
For interactive use:
treefarm loginFor npx, CI, or other non-interactive environments, pass your token with TREEFARM_TOKEN:
TREEFARM_TOKEN=your_token npx @treefarm/cli deploy -yexport TREEFARM_TOKEN=your_token
npx @treefarm/cli deploy -y --artifactCommands
treefarm login
treefarm deploy
treefarm deploy --artifact
treefarm instances ls
treefarm instances logstreefarm deploy --artifact uploads a prebuilt Node artifact and skips server-side builds.
