Skip to content

Commit 87aa565

Browse files
authored
support --volume on fly console (#3818)
1 parent 6dbf77d commit 87aa565

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/command/console/console.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ func New() *cobra.Command {
155155
Name: "file-secret",
156156
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.",
157157
},
158+
flag.StringSlice{
159+
Name: "volume",
160+
Description: "Volume to mount, in the form of <volume_id_or_name>:/path/inside/machine[:<options>]",
161+
},
158162
flag.VMSizeFlags,
159163
)
160164

0 commit comments

Comments
 (0)