Skip to content

dacely-cloud/dacely

Repository files navigation

Dacely

Dacely CLI


CI npm downloads node typescript license


Install

npm install -g dacely      # global `dacely` command
npx dacely --help          # or run once, no install

Requires Node.js >= 24. Runs on Node, Bun, and Deno.

Usage

Run dacely with no arguments for the interactive home, then type a slash command like /help, /login, or /deploy. The same commands run directly from your shell and in CI:

dacely login           # or: dacely --login
dacely deploy --prod
dacely projects
dacely --help          # -h
dacely --version       # -v

Commands are rendered placeholders today; wiring them to the Dacely API is in progress.

Commands

Command Aliases Description
help ? List the available commands
login signin Sign in to your Dacely account
logout signout Sign out of the current session
whoami Show the currently signed-in account
projects ls, list List your Dacely projects
deploy ship Deploy the current directory to the Dacely edge
status Show the latest deployment status
logs Stream logs from your deployment
env Manage environment variables
link Link the current directory to a Dacely project
version ver Print the CLI version
clear cls Clear the screen (interactive)
exit quit Exit the interactive prompt

Development

npm install       # install dependencies
npm run dev       # run from source with hot reload (tsx)
npm run build     # typecheck and bundle to build/cli.js
npm test          # vitest with coverage
npm run test:all  # lint + typecheck + tests

See CONTRIBUTING.md for conventions and contribution terms.

License

Business Source License 1.1. Free to install, run, use, modify, and redistribute (including commercially); the only restriction before the Change Date is offering it as a competing hosted or managed service. Converts to Apache-2.0 on 2030-07-10.

Copyright (c) 2026 Dacely <business@dacely.com>. See NOTICE and THIRD-PARTY-NOTICES.md.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors