Skip to Content
New to Genbox? Check out our Getting Started guide
ReferenceOverview

Reference

Technical reference documentation for Genbox CLI.

Quick Reference

Server Sizes

SizevCPURAMStorageCredits/Hour
small24 GB50 GB1
medium48 GB100 GB2
large816 GB200 GB4
xl1632 GB400 GB8

App Types

TypeDescription
frontendClient-side application
backendServer-side application
workerBackground worker
gatewayAPI gateway
libraryShared library
fullstackFull-stack application

Infrastructure Types

TypeExamples
databaseMongoDB, PostgreSQL, MySQL
cacheRedis, Memcached
queueRabbitMQ, Kafka
storageMinIO, S3
searchElasticsearch, Typesense
emailMailhog

Database Modes

ModeDescription
noneNo database
localEmpty local database
copyCopy from source environment
snapshotRestore from backup
remoteConnect to remote database

Connection Modes

ModeDescription
localUse local service
stagingConnect to staging
productionConnect to production
mockUse mock service

File Locations

FileLocationPurpose
Config./genbox.yamlProject configuration
Secrets./.env.genboxEnvironment secrets
Detected./.genbox/detected.yamlAuto-detected values
Resolved./.genbox/resolved.yamlComputed configuration
Credentials~/.genbox/config.jsonAuth tokens
SSH Key~/.genbox/genbox_ed25519SSH key pair
Last updated on