cmd/swarm/global-store: global store cmd (#19014)
This commit is contained in:
committed by
Anton Evangelatov
parent
685eec3128
commit
33d0a0efa6
@ -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,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user