This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
0.2.0 [YANKED]
- Change CLI syntax so that it works as a subcommand (yanked broken 0.1)
Changes from 0.1
- Split out of roblabla/cargo-travis
- Includes rename from
cargo-doc-upload
tocargo-ghp-upload
- Call as
cargo ghp-upload [FLAGS] [OPTIONS]
- Includes rename from
- No longer links against
cargo
- CLI changes:
- New repeatable
-v
/--verbose
flag for more logging (modulo #1) - New
--remove-index
flag to opt-out of maintainingindex.html
(It will still be clobbered if an index.html exists in the uploaded folder) - New
--directory <upload_directory>
option to upload from directories other than./target/doc
- New repeatable
- Now can infer much more context from Git if not in Travis-like environment
- Default commit message changed