Loading...
create - Create New ResourcesCreates new projects, functions, or models via API calls to the Apito server.
Usage:
apito create <resource> [options]
Resources:
project - Create a new Apito project via APIfunction - Create a new function (coming soon)model - Create a new data model (coming soon)Options:
--name, -n - Name of the resource--project, -p - Project name (alternative to --name)Features:
Database Options:
Examples:
# Create a new project with prompts
apito create project
# Create a project with name flag
apito create project -p my-ecommerce-app
# Create a project with name flag (alternative)
apito create project -n my-ecommerce-app