Skip to content

Commit d155497

Browse files
wallem89vipulgupta2048
authored andcommitted
patch: Deprecated command fleets replaced by fleet list
1 parent 1157794 commit d155497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/learn/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ successful message appears.
112112
113113
## Create a release
114114
115-
After login, test the {{ $names.cli.lower }} by running the `{{ $names.company.lower }} fleets` command, which should return information about the fleet you created in the previous step. Take a note of the `FLEET NAME` as you'll need this in the next step to push the code to your device(s) in that fleet.
115+
After login, test the {{ $names.cli.lower }} by running the `{{ $names.company.lower }} fleet list` command, which should return information about the fleet you created in the previous step. Take a note of the fleet `NAME` as you'll need this in the next step to push the code to your device(s) in that fleet.
116116
117117
```shell
118118
$ {{ $names.company.lower }} fleets
119-
ID FLEET NAME DEVICE TYPE ONLINE DEVICES DEVICE COUNT
120-
98264 First-Fleet {{ $device.name }} 0 0
119+
ID NAME SLUG DEVICE TYPE DEVICE COUNT ONLINE DEVICES
120+
98264 First-Fleet {{ $names.cli.lower }}/first-fleet {{ $device.name }} 0 0
121121
```
122122

123123
A nice project to try is the [balena-{{ $language.id }}-hello-world][balena-{{ $language.id }}-hello-world] project.
@@ -279,4 +279,4 @@ When it's finished building the device(s) will update as before. Remember anythi
279279
280280
<!-- Provision device links -->
281281
282-
[troubleshooting-{{ $device.id }}]:/faq/troubleshooting/{{ $device.id }}
282+
[troubleshooting-{{ $device.id }}]:/faq/troubleshooting/{{ $device.id }}

0 commit comments

Comments
 (0)