diff --git a/LICENSE b/LICENSE index e69de29..32c3074 100644 --- a/LICENSE +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 GitHub + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/cmd/delete.go b/cmd/delete.go index f7d065c..6b4d354 100644 --- a/cmd/delete.go +++ b/cmd/delete.go @@ -37,8 +37,9 @@ ARGUMENTS: key cache key which needs to be deleted FLAGS: - -R, --repo <[HOST/]owner/repo> Select another repository + -R, --repo <[HOST/]owner/repo> Select another repository using the [HOST/]OWNER/REPO format -B, --branch Filter by branch + --confirm Confirm deletion without prompting INHERITED FLAGS --help Show help for command diff --git a/cmd/list.go b/cmd/list.go index 39e8ddd..39ef63b 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -46,7 +46,7 @@ ARGUMENTS: No Arguments FLAGS: - -R, --repo <[HOST/]owner/repo> Select another repository + -R, --repo <[HOST/]owner/repo> Select another repository using the [HOST/]OWNER/REPO format -B, --branch Filter by branch --key Filter by key --order Order of caches returned (asc/desc) diff --git a/gh-actions-cache b/gh-actions-cache new file mode 100755 index 0000000..362bc27 Binary files /dev/null and b/gh-actions-cache differ