project
A project is a collection of bundles or components.
Clone project
gws project clone BUNDLE_HANDLE
Create project
Initialises a new project.
gws project init [flags]
Flags:
--name Name of the new project. It will also create a folder with the same name.
--workspace=default Optional. The workspace where the project will be added.
List all projects
Lists all the projects where you have the permission.
project-clone
.
gws project get [flags]
Flags:
--workspace=default Optional. Lists the project only from specific workspace.
Delete project
You will need project-delete
permission in order to be able
to delete a project.
gws project delete [flags]
Flags:
--workspace=default Optional. Lists the project only from specific workspace.
Logs
Get logs from all the components included in the project.
gws project logs PEOJECT_NAME
Status
Get the status of all components in the project.
gws project status