Skip to content

Commit

Permalink
Improve CLI README.md (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal authored Oct 30, 2024
1 parent 645b35a commit 8d74803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Upload commands
`npm run build`
`SECRET_KEY=S...y node bin/index.js upload ./dist`
# DeWeb CLI

`npm run dev -- upload -w ./wallet_faker1.yaml -p faker1 ./dist`
DeWeb CLI is a command-line tool designed for developers to manage website deployments on the Massa blockchain. It provides commands for uploading, managing, and debugging website files directly on the blockchain, simplifying the deployment process.

For more information about the DeWeb CLI, how to use it, and how to upload a website to the Massa blockchain, see the [DeWeb CLI documentation](https://docs.massa.net/docs/deweb/cli/overview).

0 comments on commit 8d74803

Please sign in to comment.