Skip to content

CLI Commands

Install & Uninstall

sympozium install                        # CRDs, controllers, webhook, NATS, RBAC, network policies
sympozium install --version v0.0.13      # specific version
sympozium uninstall                      # clean removal

Onboarding

sympozium onboard                        # interactive setup wizard
sympozium onboard --console              # plain text fallback for CI

Launch Interfaces

sympozium                                # launch the interactive TUI (default command)
sympozium serve                          # open the web dashboard in your browser

sympozium serve Options

Flag Default Description
--port 8080 Local port to forward to
--open false Automatically open a browser
--service-namespace sympozium-system Namespace of the apiserver service

Resource Management

sympozium instances list                                # list instances
sympozium runs list                                     # list agent runs
sympozium features enable browser-automation \
  --policy default-policy                               # enable a feature gate

Development

make test        # run tests
make lint        # run linter
make manifests   # generate CRD manifests
make run         # run controller locally (needs kubeconfig)