forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[0.17.0] - 2024-04-08 Breaking - All variants of the Chain.source field are now maps - This is to support the next request auto-execution feature, as well as future proofing for additional chain configuration - Remove send_request keybinding - The submit keybinding is now used to send requests from all panes (except the profile pane) - This is only a breaking change if you have send_request remapped in your config file Follow this mapping to update: # Before chains: auth_token: source: !request login username: source: !command ["echo", "-n", "hello"] username: source: !file ./username.txt password: source: !prompt Enter Password --- # After chains: auth_token: source: !request recipe: login username: source: !command command: ["echo", "-n", "hello"] username: source: !file path: ./username.txt password: source: !prompt message: Enter Password Added - Chained requests can now be auto-executed according to various criteria (#140) - See the docs for more - Add Authentication tab to recipe pane (#144) Changed - Don't print full stack trace for failed CLI commands
- Loading branch information
Showing
3 changed files
with
187 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.