View Source mix arke_postgres.create_project (arke_postgres v0.3.7)
Creates a new project in the database.
examples
Examples
$ mix arke_postgres.create_project --id my_project
$ mix arke_postgres.create_project --id my_project --description "My project description"
command-line-options
Command line options
--id
- The id of the project to create--label
- The label of the project to create--description
- The description of the project to create