Skip to content

Commit

Permalink
Merge pull request #3133 from wallem89/patch-1
Browse files Browse the repository at this point in the history
Replace deprecated command `fleets` to `fleet list`
  • Loading branch information
vipulgupta2048 authored Feb 3, 2025
2 parents 1157794 + d155497 commit 4f6987d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/learn/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ successful message appears.
## Create a release
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.
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.
```shell
$ {{ $names.company.lower }} fleets
ID FLEET NAME DEVICE TYPE ONLINE DEVICES DEVICE COUNT
98264 First-Fleet {{ $device.name }} 0 0
ID NAME SLUG DEVICE TYPE DEVICE COUNT ONLINE DEVICES
98264 First-Fleet {{ $names.cli.lower }}/first-fleet {{ $device.name }} 0 0
```

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

0 comments on commit 4f6987d

Please sign in to comment.