Skip to content

Commit

Permalink
Merge pull request #181 from ninech/nctl_help
Browse files Browse the repository at this point in the history
Description for filename parameter.
  • Loading branch information
SaadAssaf authored Oct 23, 2024
2 parents b80283f + 6cef4db commit 48a18e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

type Cmd struct {
Filename string `short:"f" predictor:"file"`
Filename string `short:"f" help:"Create any resource from a yaml or json file." predictor:"file"`
FromFile fromFile `cmd:"" default:"1" name:"-f <file>" help:"Create any resource from a yaml or json file."`
VCluster vclusterCmd `cmd:"" group:"infrastructure.nine.ch" name:"vcluster" help:"Create a new vcluster."`
APIServiceAccount apiServiceAccountCmd `cmd:"" group:"iam.nine.ch" name:"apiserviceaccount" aliases:"asa" help:"Create a new API Service Account."`
Expand Down

0 comments on commit 48a18e5

Please sign in to comment.