Fenwave Agent CLI
Overview
The Fenwave Agent CLI is a command-line tool that runs on your local machine and connects your development environment to the Fenwave platform. It manages your local Docker containers, keeps your session authenticated with Backstage, and powers the Fenwave DevApp dashboard.
Key Capabilities:
- Backstage Authentication β Securely links your local machine to your Fenwave identity
- Docker Management β Start, stop, and manage containers, images, and volumes from the CLI
- DevApp Dashboard β Runs a local service that the Fenwave DevApp connects to for real-time Docker management
How It Works
- Install the agent via the Local Setup (Agent Installer)
- Log in with
fenwave loginβ a browser window opens to authenticate with Fenwave - Start the agent with
fenwave service start(background) orfenwave service run(foreground) - Open the DevApp dashboard at the URL shown after startup (default:
http://localhost:3003)
Whatβs Next
- Authentication β Log in and manage your session
- DevApp Connection β Understand how the Fenwave agent and the DevApp communicate and interact with each other.
- Service Management β Run the agent in foreground or background mode
- CLI Commands β Full command reference
- Configuration β Customize agent settings
- Troubleshooting β Resolve common issues