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-feature
- Disable default Cargo features during the build.
- Default value:
false. - Aliases:
ndf,no-default-features. - Possible values:
true,false.
--feature <FEATURE>
- Enable specific Cargo features during the build, can be specified multiple times.
- Aliases:
feat,features.
-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.
--rename <RENAME>
- Rename the output binary to this name instead of the default package name.
-h, --help
- Print help.