Skip to content

Commit

Permalink
Meadow.CLI install update
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 26, 2024
1 parent 5dc8bf8 commit 6d9225f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion docs/Meadow/Getting_Started/Meadow.CLI/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,31 @@ To update, simply change the install keyword to update:

```console
dotnet tool update Wildernesslabs.Meadow.CLI --global
```
```

You can confirm the Meadow.CLI was successfully installed by typing `meadow`.

```console
C:\Users\ramir>meadow
meadow v2.0.0.6

USAGE
meadow [options]
meadow [command] [...]

OPTIONS
-h|--help Shows help text.
--version Shows version information.

COMMANDS
app build Compile a Meadow application
app debug Debug a running application
app deploy Deploy a built Meadow application to a target device
app run Builds, trims and deploys a Meadow application to a target device
app trim Runs an already-compiled Meadow application through reference trimming
.
.
.
```

For more usage information, head over to the Meadow.CLI documentation.

0 comments on commit 6d9225f

Please sign in to comment.