Skip to content

Commit

Permalink
Merge pull request #1 from kentik/ingwarsw-patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
ingwarsw authored Jun 12, 2024
2 parents 842f862 + 6bd98cc commit 6f4e0f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# test-pckages

## Copy from packages
```bash
export PACKAGE=kagent/v1.8.4
rm -rf tmp_download
gh release download -R kentik/packages ${PACKAGE} -D tmp_download
gh release create -R kentik/test-packages ${PACKAGE}
gh release upload -R kentik/test-packages ${PACKAGE} tmp_download/*
```

0 comments on commit 6f4e0f0

Please sign in to comment.