Edsger CLI
Streamline your development workflow with the Edsger command-line interface. Automate product development from feature creation to deployment.
NPM Package
Global installation
Automated
CI/CD workflow
Configurable
Environment setup
Getting Started Guide
Follow these steps to set up and use the Edsger CLI in your development workflow
Navigate to the Products page and create a new product. This will serve as the container for all your features and development tasks.
Add features to your product by describing what you want to build. Each feature will be broken down into actionable development tasks by AI.
- • Describe features in natural language
- • AI will generate technical specifications
- • Features are automatically prioritized
Before using the CLI, you need to create an MCP Server token that will allow the CLI to access your products and features.
Important: When creating the token, make sure to authorize access to the specific product you want the CLI to manage. This ensures the CLI can read and update your product's features.
Install the Edsger CLI globally on your system:
npm install -g edsger
This will make the edsger
command available globally in your terminal.
Create a .env
file in your repository root with the following configuration:
EDSGER_MCP_SERVER_URL=https://your-project.supabase.co/functions/v1 EDSGER_MCP_TOKEN=mcp_your_token_here EDSGER_PRODUCT_ID=your-product-id-here TESTING_LOGIN_USERNAME=your.email@example.com TESTING_LOGIN_PASSWORD=your_password GITHUB_TOKEN=ghp_your_github_token_here GITHUB_OWNER=your-github-username GITHUB_REPO=your-repository-name
Note: Replace these values with your actual credentials. You can find your MCP token in the MCP settings.
Navigate to your repository directory and run the Edsger CLI:
cd your-repository edsger
The CLI will automatically:
- • Connect to your Edsger product
- • Fetch ready features for development
- • Generate code and create pull requests
- • Update feature status automatically
In the Edsger dashboard, change your feature status to "Ready for Dev" to make them available for the CLI to process.
Features marked as "Ready for Dev" will be automatically picked up by the CLI on the next run.
CLI Features
Powerful automation capabilities for modern development teams
Ready to accelerate your development?
Install the Edsger CLI and transform your development workflow today.