
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@astrotask/cli
Advanced tools
Command-line interface for Astrotask task management.
The @astrotask/cli
package provides a beautiful, interactive command-line interface built with React and Ink. It offers full access to Astrotask's task management capabilities through an intuitive terminal experience.
npm install -g @astrotask/cli
After installation, you can use the astro
command globally:
astro --help
Run without installation:
npx @astrotask/cli --help
# 1. Create a new workspace
mkdir my-project && cd my-project
# 2. Initialize Astrotask (creates ./data/astrotask.db)
astro init
# 3. Add a task and view it
astro task add "Ship public launch"
astro task list
# 4. Open the live dashboard
astro dashboard
# Add tasks
astro task add "Write documentation"
astro task add "Design hero section" --parent 123e456 --priority high
# List and view tasks
astro task list
astro task next
astro task tree
# Update tasks
astro task done <id>
astro task update <id> --status done
# Open interactive dashboard
astro dashboard
# Manage task dependencies
astro dependency add <dependent-id> <dependency-id>
astro dependency list
astro dependency tree
The CLI uses environment variables for configuration:
# Database location
DATABASE_URI=sqlite://./data/astrotask.db
# Enable debug mode
DEBUG=true
MIT
@astrotask/core
- Core task management library@astrotask/mcp
- MCP server for AI agent integrationFAQs
Command-line interface for Astrotask task management.
We found that @astrotask/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.