CLI Changes 0.12.0 #244
Replies: 1 comment
-
0.11.2 / 0.12.0 Changes w/ Cargo de-couple For 0.12.0 - All Passthru options shall be dynamically handled with minimal/no-maintenance This is to document the expected impact(s) and extract some test coverage Cargo - Package - Same -> Passthru
Cargo - Features - Same except comma -> Passthru
Cargo - Target - 1 new Passthru -> Passthru & Intercept --target-dir
Cargo - Manifest -> Passthru & Intercept --manifest-path Path to Cargo.toml. - geiger 0.11.2 Cargo - Invert -> Passthru -i, --invert Invert the tree direction. - geiger 0.11.2 Geiger - Display Opts --no-indent Display the dependencies as a list (ratherthan a tree). - geiger 0.11.2 Geiger - README.md Update --update-readme Writes output to ./README.md. Looks for a Safety Report section, replaces if found, adds if not. Throws an error if no README.md exists. - geiger 0.11.2 Cargo/Geiger - Verbosity -v, --verbose Use verbose output (-vv very verbose/build.rs output). - geiger 0.11.2 Cargo - .lock handling --frozen Require Cargo.lock and cache are up to date. - geiger 0.11.2 Cargo - Offline --offline Run without accessing the network. - geiger 0.11.2 Cargo -Z Flags -Z "..." Unstable (nightly-only) flags to Cargo. - geiger 0.11.2 Geiger - Dependency Inclusions -- DEPRECATED (Exit with an error)
Geiger --forbid-only - DEPRECATED (Exit with an error)
Geiger --forbid - :New: to replace --forbid-only via cargo geiger scan
Cargo/Geiger - Informational - Ouputs of these naturally will change -h, --help Prints help information. - geiger 0.11.2 |
Beta Was this translation helpful? Give feedback.
-
I thought it would be good to keep #226 solely as tracking changes for 0.12.0
We can discuss here for all the pros/cons outside sub-issues.
Beta Was this translation helpful? Give feedback.
All reactions