cmd/swarm/global-store: global store cmd (#19014)
(cherry picked from commit 33d0a0efa6
)
This commit is contained in:
committed by
Rafael Matias
parent
dcff622d43
commit
85217b08bd
@ -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