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:
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:
Options: --n, --name (Required): The name of the new project.
edit
Edit an existing project.
Usage:
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.