Lister vos projets
Cette page est à ce jour disponible en anglais uniquement. |
You can list your projects using OKS CLI.
Listing Your Projects Using OKS CLI
Before you begin: Install and configure OKS CLI. For more information, see Installer et configurer OKS CLI. |
The project list
command allows you to list your projects:
List projects
$ oks-cli project list
The project list
command returns the following elements:
-
name
: The name of the project. -
created
: The time elapsed since the project was created (e.g., "5 minutes ago"). -
status
: The current state of the project. -
default
: Indicates whether this project is the default one (with*
meaning it is the default).
Result sample
+----------------+----------------+----------------+------------+---------+
| NAME | CREATED | UPDATED | STATUS | DEFAULT |
+----------------+----------------+----------------+------------+---------+
| my-project | 5 minutes ago | 3 minutes ago | ready | * |
+----------------+----------------+----------------+------------+---------+
Related Pages