Logo:kingpin.Flag("logo","URL for the logo displayed in the UI").String(),
ExternalEndpoints:kingpin.Flag("external-endpoints","Path to a file defining available endpoints").String(),
SyncInterval:kingpin.Flag("sync-interval","Duration between each synchronization via the external endpoints source").Default(defaultSyncInterval).String(),
Labels:pairs(kingpin.Flag("hide-label","Hide containers with a specific label in the UI").Short('l')),
Addr:kingpin.Flag("bind","Address and port to serve Portainer").Default(defaultBindAddress).Short('p').String(),
Assets:kingpin.Flag("assets","Path to the assets").Default(defaultAssetsDirectory).Short('a').String(),
Data:kingpin.Flag("data","Path to the folder where the data is stored").Default(defaultDataDirectory).Short('d').String(),
Templates:kingpin.Flag("templates","URL to the templates (apps) definitions").Default(defaultTemplatesURL).Short('t').String(),