create-project
Command Reference
Description
Create a new project in the repository. (deprecated)
Deprecated. See: ctl-depot -a create
Creates a new Workbench project. Takes arguments to optionally load type library and data, as well as, create a corresponding CTL project depot.
static: This command can be run outside of an object context.
Usage
ctl -m ProjectBuilder -c create-project [-description <>] [-jar <>] [-organization <>] [-project <>] [-projectxml <>] [-setup]
Options
Option | Description | Type | Default |
---|---|---|---|
description | project description | string | |
jar | seed library | string | |
organization | organization name | string | |
project | project name | string | |
projectxml | project xml file | string | |
setup | run ctl-depot to setup the local project depot | boolean |