Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

dawn-user-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dawn-user-cli

User-facing Dawn CLI

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

dawn-cli

Standalone user-facing CLI for Dawn.

Install

npm (one command)

npm install -g dawn-user-cli

Usage

dawn auth login
dawn auth status
dawn auth logout

dawn account overview
dawn account fund
dawn account wallet

dawn strategy list
dawn strategy create "<text>"
dawn strategy status <id>
dawn strategy revise <id> "<text>"
dawn strategy rules <id> list
dawn strategy rules <id> approve <rule-index>
dawn strategy rules <id> approve-all
dawn strategy code <id> status
dawn strategy code <id> generate
dawn strategy code <id> export [--out <path>] [--json]
dawn strategy code <id> upload <path-to-file>
dawn strategy launch <id> --budget <usd> [--live] [--hours N]

dawn run list
dawn run status <id>
dawn run stop <id>

Notes

  • Auth token is stored at ~/.dawn-cli/config.json.
  • dawn fund prints the wallet address and Polygon USDC deposit instructions.

FAQs

Package last updated on 20 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts