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

  1. Install the agent via the Local Setup (Agent Installer)
  2. Log in with fenwave login β€” a browser window opens to authenticate with Fenwave
  3. Start the agent with fenwave service start (background) or fenwave service run (foreground)
  4. Open the DevApp dashboard at the URL shown after startup (default: http://localhost:3003)

What’s Next