Skip to content

Commit

Permalink
support --volume on fly console (#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored Aug 6, 2024
1 parent 6dbf77d commit 87aa565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/command/console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ func New() *cobra.Command {
Name: "file-secret",
Description: "Set of secrets to write to the Machine, in the form of /path/inside/machine=SECRET pairs, where SECRET is the name of the secret. The content of the secret must be base64 encoded. Can be specified multiple times.",
},
flag.StringSlice{
Name: "volume",
Description: "Volume to mount, in the form of <volume_id_or_name>:/path/inside/machine[:<options>]",
},
flag.VMSizeFlags,
)

Expand Down

0 comments on commit 87aa565

Please sign in to comment.