apps create
Create a new App on the current Rack. By default, Apps are created as generation 2. After creation, you can deploy code to the App using convox deploy.
Syntax
$ convox apps create [name]
Flags
| Flag | Short | Description |
|---|---|---|
--generation |
-g |
App generation (default: 2) |
--rack |
-r |
Rack name |
--wait |
-w |
Wait for completion |
Example Usage
$ convox apps create myapp
Creating myapp... OK