cap-go/Capgo Bundle Upload

Upload a Capacitor app bundle to Capgo Cloud (supports TUS, delta, external, S3, signing).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
apikeyCapgo API keyyes
appIdYour app id, e.g. com.example.appno
pathPath to folder to upload (defaults to capacitor.config webDir)no
channelChannel to link to (e.g. production)no
messageRelease comment/notes (maps to --comment)no
linkExternal link (e.g. GitHub release)no
bundleBundle version (must be > 0.0.0 and unique)no
externalExternal bundle URL (store URL only)no
ivSessionKeyIV and session key for external bundleno
encryptedChecksumEncrypted checksum/signature used with external bundleno
keyV2Path to private signing key (v2)no
keyDataV2Private signing key content (v2)no
tusUse TUS for upload (true/false)nofalse
tusChunkSizeChunk size in bytes for TUS uploadsno
zipUse legacy zip upload (true/false)nofalse
deltaUpload differential updates (true/false)nofalse
deltaOnlyOnly delta updates, skip full bundle (true/false)nofalse
encryptPartialEncrypt delta files (true/false)nofalse
noCodeCheckSkip code checks (notifyAppReady/index presence)nofalse
ignoreMetadataCheckSkip metadata (node_modules) check (true/false)nofalse
ignoreChecksumCheckSkip checksum check (true/false)nofalse
minUpdateVersionMinimal version required to update to this bundleno
autoMinUpdateVersionAuto set min update version from native packages (true/false)nofalse
disableBrotliDisable brotli compression (true/false)nofalse
noBrotliPatternsComma-separated globs to exclude from brotli, e.g. "*.jpg,*.png"no
s3RegionS3 regionno
s3ApikeyS3 API keyno
s3ApisecretS3 API secretno
s3EndpointS3 endpoint URLno
s3BucketNameS3 bucket nameno
s3PortS3 endpoint portno
noS3SslDisable SSL for S3 (true/false)nofalse
bundleUrlPrint bundle URL to stdout (true/false)nofalse
noKeyIgnore signing key and send clear update (true/false)nofalse
displayIvSessionLog IV and session key used to encrypt update (true/false)nofalse
autoSetBundleWrite the bundle version back to capacitor.config.json (true/false)nofalse
dryUploadDry-run: do not upload files; create DB row only (true/false)nofalse
packageJsonPath to package.json for metadatano
nodeModulesPath to node_modules for metadatano
deleteLinkedBundleOnUploadDelete currently linked bundle in target channel (true/false)nofalse
versionExistsOkExit success if bundle already exists (true/false)nofalse
selfAssignAllow devices to auto-join this channel (true/false)nofalse
timeoutUpload timeout in secondsno
namedescription
cli_outputRaw CLI output (if you choose to set it later).