Documentation ¶
Overview ¶
Package cliutil contains methods used across all cli commands @todo: get rid of os.Exits and use errors instread
Index ¶
Constants ¶
View Source
const ( // EnvLocal is a builtin environment, it means services launched // with `micro run` will use default, zero dependency implementations for // interfaces, like mdns for registry. EnvLocal = "local" // EnvServer is a builtin environment, it represents your local `micro server` EnvServer = "server" // EnvPlatform is a builtin environment, the One True Micro Live(tm) environment. EnvPlatform = "platform" )
Variables ¶
This section is empty.
Functions ¶
func IsPlatform ¶
func SetupCommand ¶
SetupCommand includes things that should run for each command.
Types ¶
Click to show internal directories.
Click to hide internal directories.