mix arke_postgres.create_project (arke_postgres v0.6.0)

Copy Markdown View Source

Creates a new project in the database.

Examples

$ mix arke_postgres.create_project --id my_project
$ mix arke_postgres.create_project --id my_project --description "My project description"

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