Skip to content

Commit

Permalink
[flyctl-bot] Update docs from flyctl
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Oct 3, 2024
1 parent 8d9872b commit ba9a002
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
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

0 comments on commit ba9a002

Please sign in to comment.