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
What would be the expected result for you? For my own application, it works as I would expect it to in that anything after the -a | --app flag is disregarded:
$ flyctl ips ls -a gobarcharVERSION IP TYPE REGION CREATED AT v6 2a09:8280:1::37:d7fb public (dedicated) global Jan 5 2024 11:58v4 66.241.125.7 public (shared) Jan 1 0001 00:00
$ flyctl ips ls -a gobarchar asdfVERSION IP TYPE REGION CREATED AT v6 2a09:8280:1::37:d7fb public (dedicated) global Jan 5 2024 11:58v4 66.241.125.7 public (shared) Jan 1 0001 00:00
$ echo$?0
$ flyctl versionflyctl v0.1.143 linux/amd64 Commit: 6d5058a4 BuildDate: 2024-01-16T19:28:48Z
grgar
added a commit
to grgars/flyctl
that referenced
this issue
Apr 8, 2025
- Fixessuperfly#2924
Makes it easier to identify errors in running commands where `-` has been missed for example. Rather than silently ignoring the argument, an error message is reported.
grgar
linked a pull request
Apr 8, 2025
that will
close
this issue
Describe the bug
flyctl doesn't reject extra bogus args after "ips list".
fly version
flyctl v0.1.110 linux/amd64 Commit: 6e05067 BuildDate: 2023-10-17T01:36:41Z
Paste your
fly.toml
Command output:
The text was updated successfully, but these errors were encountered: