Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flybot] Fly CLI docs update #1837

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flyctl/cmd/fly_machine_egress-ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fly machine egress-ip [command] [flags]
## Available Commands
* [allocate](/docs/flyctl/machine-egress-ip-allocate/) - Allocate static egress IPs
* [list](/docs/flyctl/machine-egress-ip-list/) - List all allocated static egress IPs
* [release](/docs/flyctl/machine-egress-ip-release/) - Release an egress IP address

## Options

Expand Down
27 changes: 27 additions & 0 deletions flyctl/cmd/fly_machine_egress-ip_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Release an egress IP address for a machine

## Usage
~~~
fly machine egress-ip release <machine-id> [flags]
~~~

## Options

~~~
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for release
~~~

## Global Options

~~~
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
~~~

## See Also

* [fly machine egress-ip](/docs/flyctl/machine-egress-ip/) - Manage static egress IPs