Skip to content

Commit

Permalink
patch: Deprecated command fleets replaced by fleet list
Browse files Browse the repository at this point in the history
  • Loading branch information
wallem89 authored and vipulgupta2048 committed Feb 3, 2025
1 parent 1157794 commit d155497
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 d155497

Please sign in to comment.