Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
Deprecated command `fleets` replaced by `fleet list`
  • Loading branch information
wallem89 authored Jan 25, 2025
1 parent 37c600b commit 953833d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/learn/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ 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
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 953833d

Please sign in to comment.