UpCommandOptions command args for vela up
| 46 | |
| 47 | // UpCommandOptions command args for vela up |
| 48 | type UpCommandOptions struct { |
| 49 | AppName string |
| 50 | Namespace string |
| 51 | File string |
| 52 | PublishVersion string |
| 53 | RevisionName string |
| 54 | ShardID string |
| 55 | Debug bool |
| 56 | Wait bool |
| 57 | WaitTimeout string |
| 58 | NamespaceSource string |
| 59 | } |
| 60 | |
| 61 | // Complete fill the args for vela up |
| 62 | func (opt *UpCommandOptions) Complete(f velacmd.Factory, cmd *cobra.Command, args []string) { |
nothing calls this directly
no outgoing calls
no test coverage detected