You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add label flag toflyctl
* feat: Add labels to image
* fix: Update description
* wip: brute force test
* feat: extract gh values
* fix: Move env look up to env package
* Show labels in `image show`
* Properly test for null json value
* Add a test
---------
Co-authored-by: William Batista <[email protected]>
Copy file name to clipboardExpand all lines: internal/command/deploy/deploy.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,10 @@ var CommonFlags = flag.Set{
127
127
Name: "only-regions",
128
128
Description: "Deploy to machines only in these regions. Multiple regions can be specified with comma separated values or by providing the flag multiple times. --only-regions iad,sea --only-regions syd will deploy to all three iad, sea, and syd regions. Applied before --exclude-regions. V2 machines platform only.",
129
129
},
130
+
flag.StringArray{
131
+
Name: "label",
132
+
Description: "Add custom metadata to an image via docker labels",
0 commit comments