Skip to content

Commit

Permalink
Merge pull request #823 from doingnz/patch-1
Browse files Browse the repository at this point in the history
update command line to create and upload MPAK to CLI V2
  • Loading branch information
adrianstevens authored Jan 18, 2025
2 parents 436f7fc + 008dee4 commit 2aee2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Meadow/Meadow.Cloud/OtA_Updates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ An .mpak file is an application bundle. We'll use the application we created in
1. Create your MPAK with the Meadow CLI, replacing `[target Meadow OS version]` with your target Meadow OS version (such as `1.10.0.2`) and give whatever name you want to provide.

```console
meadow package create application_path/your_app.csproj -n "name of MPAK".mpak
meadow cloud package create application_path/your_app.csproj -n "name of MPAK".mpak
```

This command creates an .mpak file with the contents of your application and additional metadata.
1. Upload your newly created .mpak bundle to Meadow.Cloud.

```console
meadow package upload [path to .mpak file]
meadow cloud package upload [path to .mpak file]
```

1. Visit [https://www.meadowcloud.co/my/packages](https://www.meadowcloud.co/my/packages) to verify your package was successfully uploaded.
Expand Down

0 comments on commit 2aee2d5

Please sign in to comment.