File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
"github.com/samber/lo"
8
8
"github.com/spf13/cobra"
9
- fly "github.com/superfly/fly-go"
10
9
"github.com/superfly/fly-go/flaps"
11
10
"github.com/superfly/flyctl/internal/appconfig"
12
11
"github.com/superfly/flyctl/internal/command"
@@ -100,14 +99,10 @@ func runMachineList(ctx context.Context) (err error) {
100
99
volName = machine .Config .Mounts [0 ].Volume
101
100
}
102
101
103
- appPlatform := ""
104
102
machineProcessGroup := ""
105
103
size := ""
106
104
107
105
if machine .Config != nil {
108
- if platformVersion , ok := machine .Config .Metadata [fly .MachineConfigMetadataKeyFlyPlatformVersion ]; ok {
109
- appPlatform = platformVersion
110
- }
111
106
112
107
if processGroup := machine .ProcessGroup (); processGroup != "" {
113
108
machineProcessGroup = processGroup
@@ -157,7 +152,6 @@ func runMachineList(ctx context.Context) (err error) {
157
152
volName ,
158
153
lo .Ternary (unreachable , "" , machine .CreatedAt ),
159
154
lo .Ternary (unreachable , "" , machine .UpdatedAt ),
160
- appPlatform ,
161
155
machineProcessGroup ,
162
156
size ,
163
157
})
@@ -175,7 +169,6 @@ func runMachineList(ctx context.Context) (err error) {
175
169
"Volume" ,
176
170
"Created" ,
177
171
"Last Updated" ,
178
- "App Platform" ,
179
172
"Process Group" ,
180
173
"Size" ,
181
174
}
You can’t perform that action at this time.
0 commit comments