Merge pull request #403 from stoned/build-short-descr
fix: build command short description
This commit is contained in:
commit
d169786770
|
|
@ -14,7 +14,7 @@ func NewBuildCmd(globalCfg *config.GlobalImpl) *cobra.Command {
|
||||||
|
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "build",
|
Use: "build",
|
||||||
Short: "Build all resources from state file only when there are changes",
|
Short: "Build all resources from state file",
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
err := config.NewCLIConfigImpl(buildImpl.GlobalImpl)
|
err := config.NewCLIConfigImpl(buildImpl.GlobalImpl)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue