flyctl: add page (#8144)

pull/1/head
Ein Verne 2022-06-27 18:21:01 +08:00 committed by GitHub
parent 270dda182e
commit a5933966dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
pages/common/flyctl.md Normal file
View File

@ -0,0 +1,36 @@
# flyctl
> Command-line tool for flyctl.io.
> More information: <https://github.com/superfly/flyctl>.
- Sign into a Fly account:
`flyctl auth login`
- Launch an application from a specific Dockerfile (the default path is the current working directory):
`flyctl launch --dockerfile {{path/to/dockerfile}}`
- Open the current deployed application in the default web browser:
`flyctl open`
- Deploy the Fly applications from a specific Dockerfile:
`flyctl deploy --dockerfile {{path/to/dockerfile}}`
- Open the Fly Web UI for the current application in a web browser:
`flyctl dashboard`
- List all applications in the logged-in Fly account:
`flyctl apps list`
- View the status of a specific running application:
`flyctl status --app {{app_name}}`
- Show version information:
`flyctl version`