Skip to main content
The LibOps dashboard uses the resource names Organizations, Projects, and Sites. For the platform hierarchy behind these commands, see Resource Hierarchy. For the dashboard-first provisioning path, see Quickstart. Core sitectl context docs often call a Site record an environment, because it is the runtime target for a site/codebase. The plugin keeps both commands available:
Both call the LibOps Site API.

Create

Create an organization, project, and Site:
Site records define how LibOps finds and operates the repository, Compose files, and application lifecycle commands for that dashboard Site. sitectl compose up prepares declared init artifacts, builds missing local images when needed, and then starts the Compose stack.

List and get

List resources across the account, or filter projects and Sites by parent resource:
List commands use the local resource cache by default. Pass --no-cache when you need fresh API results.

Edit and delete

Update supported resource fields in place:
Delete commands prompt before removing resources. Pass --yes for automation:
Delete commands start irreversible removal of the selected resource and its managed infrastructure. Back up data before requesting deletion; LibOps cannot guarantee recovery after deletion starts.