My App

Project Management

Manage your BuildShare projects directly from the CLI

📁 Project Management

Manage your BuildShare projects directly from the CLI. This allows you to list existing projects or create new ones before initializing your workspace.

List Projects

List all projects associated with your account:

buildshare projects list

Options:

  • -p, --page <number>: Page number to retrieve (default: 1)
  • -s, --size <number>: Number of projects per page (default: 15)

Create Project

Create a new project by providing a name and unique package/bundle name:

buildshare projects create "My App" "com.example.myapp"

On this page