snippetbashTip
flyctl — Tool for flyctl.io. More information: <https://github.com/superfly/flyctl>.
Viewed 0 times
commandflyctlclimoreinformationtoolfor
Problem
How to use the
flyctl command: Tool for flyctl.io. More information: <https://github.com/superfly/flyctl>.Solution
flyctl — Tool for flyctl.io. More information: <https://github.com/superfly/flyctl>.Sign into a Fly account:
flyctl auth loginLaunch 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 openDeploy 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 dashboardList all applications in the logged-in Fly account:
flyctl apps listView the status of a specific running application:
flyctl status --app {{app_name}}Display version:
flyctl versionCode Snippets
Sign into a Fly account
flyctl auth loginLaunch 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 openDeploy 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 dashboardContext
tldr-pages: common/flyctl
Revisions (0)
No revisions yet.