MCPcopy Index your code
hub / github.com/remind101/deploy

github.com/remind101/deploy @v0.0.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.5 ↗ · + Follow
29 symbols 67 edges 6 files 10 documented · 34% 4 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

GitHub Deployments CLI

Circle CI

A small Go program for creating GitHub Deployments.

Installation

You can grab the latest release here

Or if you have a working Go 1.5 environment and the GO15VENDOREXPERIMENT variable enabled:

go get -u github.com/remind101/deploy/cmd/deploy

Usage

The first time you try to deploy, you'll be asked to authenticate with GitHub. If you're already using hub, then you'll already be authenticated.

Deploy the master branch of a repo to staging:

$ deploy --ref=master --env=staging remind101/acme-inc

An empty --ref flag can mean one of two things:

  1. If you're within a git repo, it defaults to the current branch.
  2. If you're not within a git repo, then it defaults to master.
$ deploy --env=staging remind101/acme-inc

You can default to a certain GitHub organization by setting a GITHUB_ORGANIZATION environment variable:

$ export GITHUB_ORGANIZATION=remind101
$ deploy --env=staging acme-inc

Deploy the current GitHub repo to staging:

$ deploy --env=staging

Don't have something handling your GitHub Deployment events? Try remind101/tugboat or atmos/heaven.

Core symbols most depended-on inside this repo

AliasEnvironment
called by 2
deploy.go
waitState
called by 2
deploy.go
Ref
called by 2
deploy.go
GitHubRepo
called by 2
deploy.go
SplitRepo
called by 2
deploy.go
newGitHubClient
called by 1
github.go
RunDeploy
called by 1
deploy.go
displayNewCommits
called by 1
deploy.go

Shape

Function 23
Method 4
Struct 2

Languages

Go100%

Modules by API surface

deploy.go15 symbols
updater.go5 symbols
deploy_test.go5 symbols
github.go3 symbols
cmd/deploy/main.go1 symbols

For agents

$ claude mcp add deploy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page