Allow running multiple daemon instances against different servers (e.g. production and local dev) simultaneously. Each profile gets isolated config, PID file, log file, health port, and workspaces root. Usage: multica login --profile dev --server-url http://localhost:8080 multica daemon start --profile dev Default profile (no --profile flag) behavior is unchanged. Closes MUL-42 |
||
|---|---|---|
| .. | ||
| cmd_agent.go | ||
| cmd_auth.go | ||
| cmd_auth_test.go | ||
| cmd_compat_test.go | ||
| cmd_config.go | ||
| cmd_daemon.go | ||
| cmd_issue.go | ||
| cmd_issue_test.go | ||
| cmd_login.go | ||
| cmd_repo.go | ||
| cmd_version.go | ||
| cmd_workspace.go | ||
| main.go | ||