|
2 | 2 |
|
3 | 3 | The fly CLI tool is the command line client of [Concourse](./concourse.md). |
4 | 4 |
|
5 | | -→ [concourse-ci.org/fly](https://concourse-ci.org/fly.html) |
| 5 | +🌐 [concourse-ci.org/fly](https://concourse-ci.org/fly.html) |
6 | 6 |
|
7 | 7 | ## Installation |
8 | 8 |
|
9 | 9 | Download from a running Concourse instance or from the [GitHub release page](https://github.com/concourse/concourse/releases). |
10 | 10 |
|
11 | 11 | ## Commands |
12 | 12 |
|
13 | | -Command | Action |
14 | | -------- | ------ |
15 | | -`fly login` | Authenticates with a given endpoint and saves it under a convenient name |
16 | | -`fly targets` | Displays the targets that are currently known to fly |
17 | | -`fly status` | Checks the current authentication status with a given target |
18 | | -`fly userinfo` | Checks what user is logged in, with team & role information |
19 | | -`fly logout` | Clears out the token for a given target (or for all targets) |
20 | | -`fly edit-target` | Modifies a target's name, team, or URL |
| 13 | +Command | Action |
| 14 | +--------------------|----------------------------------------------------------------------------------------------------------- |
| 15 | +`fly login` | Authenticates with a given endpoint and saves it under a convenient name |
| 16 | +`fly targets` | Displays the targets that are currently known to fly |
| 17 | +`fly status` | Checks the current authentication status with a given target |
| 18 | +`fly userinfo` | Checks what user is logged in, with team & role information |
| 19 | +`fly logout` | Clears out the token for a given target (or for all targets) |
| 20 | +`fly edit-target` | Modifies a target's name, team, or URL |
21 | 21 | `fly delete-target` | Deletes all targets (or all) |
22 | | -`fly sync` | Adds additional features to fly or make changes to the communication between it and Concourse's API server |
23 | | -`fly completion` | Outputs autocomplete configuration for some shells |
| 22 | +`fly sync` | Adds additional features to fly or make changes to the communication between it and Concourse's API server |
| 23 | +`fly completion` | Outputs autocomplete configuration for some shells |
24 | 24 |
|
25 | 25 | ## Examples |
26 | 26 |
|
|
0 commit comments