mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add Usage: pkl [OPTIONS] COMMAND [ARGS]...
Options:
-v, --version Show the version and exit
-h, --help Show this message and exit
Commands:
eval Render pkl module(s)
repl Start a REPL session
server Run as a server that communicates over standard
input/output
test Run tests within the given module(s)
project Run commands related to projects
download-package Download package(s)
For more information, visit
https://pkl-lang.org/main/0.26.3/pkl-cli/index.html#usage directory for message and transaction prototypes
This commit is contained in:
+4
-2
@@ -5,7 +5,8 @@
|
||||
"templ@latest",
|
||||
"commitizen@latest",
|
||||
"goreleaser@latest",
|
||||
"go-task@latest"
|
||||
"go-task@latest",
|
||||
"bun@latest"
|
||||
],
|
||||
"env": {
|
||||
"GOPATH": "$HOME/go",
|
||||
@@ -22,7 +23,8 @@
|
||||
"gen": ["make proto-gen", "make vault", "make templ"],
|
||||
"build": ["make build", "make local-image"],
|
||||
"testnet": ["make install", "make sh-testnet"],
|
||||
"explorer": ["make explorer"]
|
||||
"explorer": ["make explorer"],
|
||||
"pkl-eval": ["bunx pkl eval ./pkl/msgs.pkl"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user