update readme
All checks were successful
Run Check Script / check (pull_request) Successful in 1m32s

This commit is contained in:
tahahawa 2025-06-24 23:47:01 -04:00
parent c00bb27043
commit a9ad6b13f2

View File

@ -15,8 +15,8 @@ curl -Ls https://git.nationtech.io/NationTech/harmony/releases/download/snapshot
chmod +x ~/.local/bin/harmony_composer
```
> ⚠️ Warning: Unstable Builds
> The snapshot-latest tag points to the latest build from the master branch. It is unstable, unsupported, and intended only for early testing of new features. Please do not use it in production environments.
> ⚠️ Warning: Unstable Builds
> The snapshot-latest tag points to the latest build from the master branch. It is unstable, unsupported, and intended only for early testing of new features. Please do not use it in production environments.
## ⚙️ How It Works
@ -32,20 +32,21 @@ Here are some common commands:
```bash
# Run the full check, compile, and deploy pipeline
harmony_composer all --prod
# Only compile the Harmony smart contracts
# Compile the repo's Harmony module
harmony_composer compile
# Only run static checks on the project
# Run check script on the project
harmony_composer check
# Deploy a previously compiled build
harmony_composer deploy --staging
# Run the repo's entire harmony deployment sequence
harmony_composer deploy
# Run the full check, compile, and deploy pipeline
harmony_composer all
```
For a full list of commands and their options, run:
```bash
harmony_composer --help