tuyen build
Build the Rust project by pulling latest changes, cleaning artifacts, and compiling with the release profile.
Usage
tuyen build [OPTIONS]Options
-p, --pull <PULL>
- Pull latest changes from the remote repository before starting the build.
- Default value:
true. - Possible values:
true,false.
--release <RELEASE>
- Build with the release profile for optimized output.
- Default value:
true. - Possible values:
true,false.
--no-default-features
- Disable default Cargo features during the build.
- Default value:
false. - Alias:
ndf. - Possible values:
true,false.
-c, --clean
- Run "cargo clean" before building to remove stale artifacts.
- Default value:
false. - Possible values:
true,false.
-f, --force
- Force a full rebuild even if nothing has changed.
- Default value:
false. - Possible values:
true,false.
--update
- Run "cargo update" to refresh dependencies before building.
- Default value:
false. - Possible values:
true,false.
-h, --help
- Print help.