Documentation ¶ Index ¶ func BindplaneHome() string func Command(bindplane *cli.BindPlane, name string) *cobra.Command Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BindplaneHome ¶ func BindplaneHome() string BindplaneHome returns the value of the homeArg, BINDPLANE_CONFIG_HOME, or a default of $HOME/.bindplane func Command ¶ func Command(bindplane *cli.BindPlane, name string) *cobra.Command Command is the root command that represents the base command, in this function we add persistent flags, and bind them to viper. The persistent pre run function here is where we read the profile file and set the values for bindplane.Config Types ¶ This section is empty. Source Files ¶ View all Source files root.go Directories ¶ Show internal Expand all Path Synopsis apply copy delete get initialize install label profile serve sync update validate version Click to show internal directories. Click to hide internal directories.