Hey folks,
Wondering if it’s possible to see the network segment that an app was created in?
I created an app in its own network namespace using flyctl,
flyctl apps create app-foo --network app-foo-nw
but the flyctl app list
shows the network
field to be empty?
$ flyctl app list --json
[
{
"ID": "app-foo",
"Name": "app-foo",
"State": "",
"Status": "deployed",
"Deployed": true,
"Hostname": "app-foo.fly.dev",
"AppURL": "",
"Version": 0,
"NetworkID": 0,
"Network": "",
...