diff options
Diffstat (limited to 'cmd/swarm/flags.go')
-rw-r--r-- | cmd/swarm/flags.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/swarm/flags.go b/cmd/swarm/flags.go index 4c186cc31..b092a7747 100644 --- a/cmd/swarm/flags.go +++ b/cmd/swarm/flags.go @@ -176,4 +176,9 @@ var ( Name: "user", Usage: "Indicates the user who updates the feed", } + SwarmGlobalStoreAPIFlag = cli.StringFlag{ + Name: "globalstore-api", + Usage: "URL of the Global Store API provider (only for testing)", + EnvVar: SWARM_GLOBALSTORE_API, + } ) |