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

This commit is contained in:
Janoš Guljaš
2019-02-07 15:46:58 +01:00
committed by Anton Evangelatov
parent 685eec3128
commit 33d0a0efa6
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,
}
)