MCPcopy Create free account
hub / github.com/SwishHQ/spread / BundleConfig

Struct BundleConfig

cli/bundle_cli.go:24–36  ·  view source on GitHub ↗

Configuration struct to hold bundle parameters

Source from the content-addressed store, hash-verified

22
23// Configuration struct to hold bundle parameters
24type BundleConfig struct {
25 RemoteURL string
26 AuthKey string
27 AppName string
28 Environment string
29 Description string
30 TargetVersion string
31 ProjectDir string
32 OSName string
33 IsTypescriptProject string
34 DisableMinify bool
35 Hermes bool
36}
37
38// PushBundle uploads a new bundle to the server
39func PushBundle(config BundleConfig) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected