Skip to content

Commit

Permalink
[flyctl-bot] Update docs from flyctl (#1872)
Browse files Browse the repository at this point in the history
Co-authored-by: Fly.io CI <[email protected]>
  • Loading branch information
docs-syncer[bot] and jsierles authored Nov 18, 2024
1 parent 61b8fec commit d3a4984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flyctl/cmd/fly_machine_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fly machine create <image> [command] [flags]
--schedule string Schedule a Machine run at hourly, daily and monthly intervals
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
--standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for.
--use-zstd Enable zstd compression for the image
--vm-cpu-kind string The kind of CPU to use ('shared' or 'performance')
--vm-cpus int Number of CPUs
--vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_machine_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fly machine run <image> [command] [flags]
--shell Open a shell on the Machine once created (implies --it --rm). If no app is specified, a temporary app is created just for this Machine and destroyed when the Machine is destroyed. See also --command and --user.
--skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system
--standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for.
--use-zstd Enable zstd compression for the image
--user string Used with --shell. The username, if we're shelling into the Machine now. (default "root")
--vm-cpu-kind string The kind of CPU to use ('shared' or 'performance')
--vm-cpus int Number of CPUs
Expand Down

0 comments on commit d3a4984

Please sign in to comment.