Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 327 Bytes

cargo-config-profiles

A small Cargo utility to switch config.toml profiles.

Commands:

  • create
    • Create a new profile in the store.
  • switch
    • Switch between cargo configs.
  • List
    • List all configs.
  • Remove
    • Delete a config.
  • Edit
    • Launch an editor (via the --editor flag) to edit a config.

License: MIT