-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix help and usage for
tink template update
(#587)
## Description `tink template update` previously had the wrong help output (stating argument is `--file` instead of `--path`) and did not support providing the updated template data over stdin. ## Why is this needed - sandbox users run commands through `docker exec`, so supporting stdin makes it easier for them to use the command - users should expect the help output to match the expected usage. ## How Has This Been Tested? TODO ## How are existing users impacted? What migration steps/scripts do we need? Should not affect existing users, only fix issues users are already encountering.
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
//go:build tools | ||
// +build tools | ||
|
||
package tools | ||
|
||
|