You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run `cargo build --release` to build CLI tool and all required dependencies.
20
+
Run `cargo build --release` to build fastedge app run tool and all required dependencies.
21
21
22
22
## Releasing
23
23
24
-
CLI tool and FastEdge lib are released with GitHub using [cargo-release](https://github.com/crate-ci/cargo-release) tool.
24
+
Fastedge run tool and FastEdge lib are released with GitHub using [cargo-release](https://github.com/crate-ci/cargo-release) tool.
25
25
The release process includes next steps:
26
26
* increment crate version in Cargo.toml
27
27
* generate CHANGELOG.md file
@@ -67,5 +67,5 @@ Note: It also creates a PR for `releases/**` branch to merge it to `main` as soo
67
67
68
68
# Running
69
69
70
-
## CLI
71
-
* run with `cargo run --bin cli -- --help` flag to list CLI commands and options
70
+
## Fastedge Run Tool
71
+
* run with `cargo run --bin fastedge-run -- --help` flag to list run commands and options
0 commit comments