Skip to content

Commit

Permalink
Merge pull request superfly#526 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 Jan 12, 2023
2 parents 4e24d7d + d5850ce commit 341bf6f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion flyctl/cmd/flyctl_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ flyctl config [command] [flags]
~~~

## Available Commands
* [display](/docs/flyctl/config-display/) - Display an app's configuration
* [env](/docs/flyctl/config-env/) - Display an app's runtime environment variables
* [save](/docs/flyctl/config-save/) - Save an app's config file
* [show](/docs/flyctl/config-show/) - Show an app's configuration
* [validate](/docs/flyctl/config-validate/) - Validate an app's config file

## Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Display an application's configuration. The configuration is presented
Show an application's configuration. The configuration is presented
in JSON format. The configuration data is retrieved from the Fly service.

## Usage
~~~
flyctl config display [flags]
flyctl config show [flags]
~~~

## Options

~~~
-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./fly.toml")
-h, --help help for display
-h, --help help for show
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/flyctl_postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flyctl postgres [command] [flags]

## Available Commands
* [attach](/docs/flyctl/postgres-attach/) - Attach a postgres cluster to an app
* [config](/docs/flyctl/postgres-config/) - View and manage Postgres configuration.
* [config](/docs/flyctl/postgres-config/) - Show and manage Postgres configuration.
* [connect](/docs/flyctl/postgres-connect/) - Connect to the Postgres console
* [create](/docs/flyctl/postgres-create/) - Create a new PostgreSQL cluster
* [db](/docs/flyctl/postgres-db/) - Manage databases in a cluster
Expand Down
4 changes: 2 additions & 2 deletions flyctl/cmd/flyctl_postgres_config.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
View and manage Postgres configuration.
Show and manage Postgres configuration.


## Usage
Expand All @@ -7,8 +7,8 @@ flyctl postgres config [command] [flags]
~~~

## Available Commands
* [show](/docs/flyctl/postgres-config-show/) - Show Postgres configuration
* [update](/docs/flyctl/postgres-config-update/) - Update Postgres configuration.
* [view](/docs/flyctl/postgres-config-view/) - View your Postgres configuration

## Options

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
View your Postgres configuration
Show Postgres configuration

## Usage
~~~
flyctl postgres config view [flags]
flyctl postgres config show [flags]
~~~

## Options

~~~
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for view
-h, --help help for show
~~~

## Global Options
Expand All @@ -23,5 +23,5 @@ flyctl postgres config view [flags]

## See Also

* [flyctl postgres config](/docs/flyctl/postgres-config/) - View and manage Postgres configuration.
* [flyctl postgres config](/docs/flyctl/postgres-config/) - Show and manage Postgres configuration.

2 changes: 1 addition & 1 deletion flyctl/cmd/flyctl_postgres_config_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ flyctl postgres config update [flags]

## See Also

* [flyctl postgres config](/docs/flyctl/postgres-config/) - View and manage Postgres configuration.
* [flyctl postgres config](/docs/flyctl/postgres-config/) - Show and manage Postgres configuration.

0 comments on commit 341bf6f

Please sign in to comment.