Documentation ¶ Index ¶ Variables func GetBuildFilePath(projectPath, targetOs string, fileName string) string func PreRun(projectPath string) error func Run(logFlags *cli.LogFlags, flags *Flags, projectPath string) error type Flags func (f *Flags) Bind(cmd *cobra.Command) func (f *Flags) LoadAll() bool Constants ¶ This section is empty. Variables ¶ View Source var ApplyLogger hclog.Logger = logger.HcLog().Named("apply") Functions ¶ func GetBuildFilePath ¶ func GetBuildFilePath(projectPath, targetOs string, fileName string) string func PreRun ¶ func PreRun(projectPath string) error func Run ¶ func Run(logFlags *cli.LogFlags, flags *Flags, projectPath string) error Types ¶ type Flags ¶ type Flags struct { RpcOnly bool RolesOnly bool ModelsOnly bool StoragesOnly bool PoliciesOnly bool AllowedSchema string DryRun bool } func (*Flags) Bind ¶ func (f *Flags) Bind(cmd *cobra.Command) func (*Flags) LoadAll ¶ func (f *Flags) LoadAll() bool Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.