mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 16:25:21 -04:00
image: add intermediate "image" verb to upload tool
This commit is contained in:
parent
0a7349ca41
commit
b8751f35f9
10 changed files with 63 additions and 37 deletions
|
@ -11,8 +11,8 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
// NewQEMUCmd returns the command that uploads an OS image to QEMU.
|
||||
func NewQEMUCmd() *cobra.Command {
|
||||
// newQEMUCmd returns the command that uploads an OS image to QEMU.
|
||||
func newQEMUCmd() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "qemu",
|
||||
Short: "Upload OS image to QEMU",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue