cmd/swarm/global-store: global store cmd (#19014)

(cherry picked from commit 33d0a0efa6)
This commit is contained in:
Janoš Guljaš
2019-02-07 15:46:58 +01:00
committed by Rafael Matias
parent dcff622d43
commit 85217b08bd
8 changed files with 476 additions and 3 deletions

View File

@ -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,
}
)