Skip to content

Projects

The projects command is used to manage your OneGuard projects. You can list, add, and edit projects in your organization.

Commands

list

List all active projects in your organization.

Usage:

oneguard projects list
Note: The output lists your projects and automatically truncates their UUIDs to an 8-character prefix for easier reading and use in other commands.


add

Create a new project.

Usage:

oneguard projects add --name "Project Name"
Options: - -n, --name (Required): The name of the new project.


edit

Edit an existing project.

Usage:

oneguard projects edit --id <project_id> --name "New Project Name"
Options: - --id (Required): The ID (or 8-character prefix) of the project you want to edit. - -n, --name (Required): The new name of the project.