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 #1918

Merged
merged 1 commit into from
Jan 27, 2025
Merged
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
11 changes: 6 additions & 5 deletions flyctl/cmd/fly_machine_exec.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Execute a command on a machine

Check warning on line 1 in flyctl/cmd/fly_machine_exec.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Machine] Use 'Machine' instead of 'machine'. Raw Output: {"message": "[Fly.Machine] Use 'Machine' instead of 'machine'.", "location": {"path": "flyctl/cmd/fly_machine_exec.md", "range": {"start": {"line": 1, "column": 23}}}, "severity": "INFO"}


## Usage
Expand All @@ -9,11 +9,12 @@
## Options

~~~
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for exec
-j, --json JSON output
--timeout int Timeout in seconds
-a, --app string Application name
-c, --config string Path to application configuration file
--container string Container name
-h, --help help for exec
-j, --json JSON output
--timeout int Timeout in seconds
~~~

## Global Options
Expand All @@ -26,5 +27,5 @@

## See Also

* [fly machine](/docs/flyctl/machine/) - Manage Fly Machines.

Check warning on line 30 in flyctl/cmd/fly_machine_exec.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Machine] Use 'Machine' instead of 'machine'. Raw Output: {"message": "[Fly.Machine] Use 'Machine' instead of 'machine'.", "location": {"path": "flyctl/cmd/fly_machine_exec.md", "range": {"start": {"line": 30, "column": 7}}}, "severity": "INFO"}

Loading