Skip to content

Commit

Permalink
docs: add documentation for newly added feature
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRodriguesF committed May 29, 2024
1 parent a47ba05 commit 44bb497
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added handle argument for `ls` to allow listing a specific handle tree. ([#44](https://github.com/EduardoRodriguesF/quartz/issues/44))
- `quartz use -` to switch to the last used handle. ([#45](https://github.com/EduardoRodriguesF/quartz/issues/45) by [@GabrielBrandao1618](https://github.com/GabrielBrandao1618))
- Content-type hints `body edit` into correct extension. ([#46](https://github.com/EduardoRodriguesF/quartz/issues/46))
- Environments can have headers that'll be used by endpoints, unless overriden. ([#43](https://github.com/EduardoRodriguesF/quartz/issues/43) by [@GabrielBrandao1618](https://github.com/GabrielBrandao1618))

### Fixed

Expand Down
7 changes: 7 additions & 0 deletions doc/quartz.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,13 @@ To manage environment variables, see *variable* command.
**env rm** <*ENV*>
: Delete an environment.

**env header** <*COMMAND*>
: Environment default header.

Default headers will be used for every request, unless they are overwritten by endpoint headers.

Commands are the same as **header** command. See **HEADER** section for more information.

## VAR
Manage current environment's variables.

Expand Down

0 comments on commit 44bb497

Please sign in to comment.