ZuploZuplo
LoginSign Up
  • Documentation
  • API Reference
Introduction
Getting Started
    Develop using the Portal
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingMCP - Quick start
    Develop Locally
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth
Concepts
Development
Policies
Handlers
API Keys
MCP Server
MCP Gateway
AI Gateway
Developer Portal
Monetization
Deploying & Source Control
Observability
Networking & Infrastructure
Account Management
Programming API
Build with AI
Zuplo CLI
    OverviewCreate Zuplo APIAuthenticationGlobal OptionsNetwork Connectivitybucket listca-certificate createca-certificate deleteca-certificate describeca-certificate listca-certificate updatecustom-domain createcustom-domain deletecustom-domain listcustom-domain updatedeletedeploydevdocseditorinfoinitlinklistlogoutmtls-certificate createmtls-certificate deletemtls-certificate describemtls-certificate disablemtls-certificate listmtls-certificate updateopenapi convertopenapi mergeopenapi overlayproject createproject infoproject listsource migratesource upgradetesttunnel createtunnel deletetunnel describetunnel listtunnel rotate-tokentunnel services describetunnel services updatevariable createvariable updatewhoami
Migration Guides
Platform LimitsSecuritySupportTrust & ComplianceChangelog
powered by Zudoku
Zuplo CLI

Zuplo CLI: Init

Initialize a Zuplo project on the platform (create project and deploy initial environment)
Code
zuplo init [directory] [options]

Examples

Initialize the current directory with Zuplo platform

Code
zuplo init

Initialize the my-api directory with Zuplo platform

Code
zuplo init my-api

Initialize with a specific account and project

Code
zuplo init --with-account my-account --with-project my-api

Initialize with all defaults (create project, deploy)

Code
zuplo init -y

Options

--directory

Directory containing the project (defaults to current directory)

Type: string

--with-account

Pre-select the account name for project creation

Type: string

--with-project

Pre-select or create a project with this name

Type: string

--yes

Use defaults for all prompts

Type: booleanAlias: -y

Global options

The following global options are available for all commands:

  • --help
  • --api-key
Edit this page
Last modified on May 29, 2026
infolink
On this page
  • Global options