KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
pkgcloud
★ 17
Open GitHub ↗
Talk to the packagecloud API, in Go
Download README (.md)
Explore Similar Repositories
packagecloud
:
:cloud: Phalcon Build Project
packagecloud-ruby
:
Ruby API client library for packagecloud.io
packagecloud
:
Development repository for the packagecloud cookbook
debian-package-shell-script-tutorial
:
Companion repository to the packagecloud blog post on creating debian packages for shell scripts
packagecloud-action
:
Github Action to upload packages to packagecloud.io
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pkgcloud
?
Download (.md)
# pkgcloud [](https://travis-ci.org/mlafeldt/pkgcloud) [](https://godoc.org/github.com/mlafeldt/pkgcloud) Talk to the [packagecloud API](https://packagecloud.io/docs/api), in Go. ## Installation $ go get github.com/mlafeldt/pkgcloud/... ## API Usage See [Godoc](https://godoc.org/github.com/mlafeldt/pkgcloud) and [pkgcloud.go](pkgcloud.go) to learn about the API. ## Client Usage ### Pushing packages Pushing packages with `pkgcloud-push` is the only operation supported so far. The tool is a simple and fast replacement for the original `package_cloud push` command. If you pass more than one package, `pkgcloud-push` will push them in parallel! Before using it, however, make sure that `PACKAGECLOUD_TOKEN` is set in your environment. Usage: $ pkgcloud-push user/repo[/distro/version] /path/to/packages Examples: # Debian $ pkgcloud-push mlafeldt/myrepo/ubuntu/trusty example_1.2.3_amd64.deb # RPM $ pkgcloud-push mlafeldt/myrepo/el/7 *.rpm # RubyGem $ pkgcloud-push mlafeldt/myrepo example-1.2.3.gem