Poco Project

Command Description
poco project add [<target-dir>] [<catalog>]

Add directory to catalog.

[<target-dir>] - Target directory that will be added to the catalog. Default is the current directory.

[<catalog>] - Name of the catalog.

poco project init [<project>]

Init default project, example poco.yml and docker-compose.yml files will be created.

[<project>] - Name of the project that will be added to the catalog

poco project ls

List all available projects from the catalog(s).

poco project (remove|rm) <name>

Remove project from the catalog.

<name> - Name of the project that will be removed