Skip to content

Commit

Permalink
Merge pull request superfly#571 from superfly/flyctl-docs_master
Browse files Browse the repository at this point in the history
[flybot] Fly CLI docs update
  • Loading branch information
jsierles committed Feb 3, 2023
2 parents 67ef6b8 + 15b2ca5 commit 14f2daa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion flyctl/cmd/flyctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ flyctl [flags]
* [ssh](/docs/flyctl/ssh/) - Use SSH to login to or run commands on VMs
* [status](/docs/flyctl/status/) - Show app status
* [suspend](/docs/flyctl/suspend/) - Suspend an application
* [turboku](/docs/flyctl/turboku/) - Launches heroku apps
* [turboku](/docs/flyctl/turboku/) - Launch a Heroku app on Fly.io
* [version](/docs/flyctl/version/) - Show version information for the flyctl command
* [vm](/docs/flyctl/vm/) - Commands that manage VM instances
* [volumes](/docs/flyctl/volumes/) - Volume management commands
Expand Down
18 changes: 9 additions & 9 deletions flyctl/cmd/flyctl_turboku.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Launches heroku apps
Launch a Heroku app on Fly.io

## Usage
~~~
flyctl turboku <heroku-app> [flags]
flyctl turboku <heroku-app-name> <heroku-api-token> [flags]
~~~

## Options

~~~
-h, --help help for turboku
--heroku-token string Heroku API token
--keep keep the app directory after deployment
--name string the name of the new app
--now deploy now without confirmation
--org string the organization that will own the app
--region string the region to launch the new app in
-h, --help help for turboku
--keep keep the app directory after deployment
--name string the name of the new app
--no-deploy Do not prompt for deployment
--now Deploy now without confirmation
-o, --org string The target Fly organization
-r, --region string The target region (see 'flyctl platform regions')
~~~

## Global Options
Expand Down

0 comments on commit 14f2daa

Please sign in to comment.