github-cli icon indicating copy to clipboard operation
github-cli copied to clipboard

Command-line access to GitHub via the API (v3)

Results 7 github-cli issues
Sort by recently updated
recently updated
newest added

This fixed busted `repo.*` commands. Two big changes: 1. Add `gh/commands/repo/__init__.py` so that `gh.commands.repo` is a package and `import`able. 2. Change the command names to be `repo.foo` instead of `foo.repo`.

To use it, set the GH_CLI_URL environment variable -- e.g.: ``` export GH_CLI_URL='https://github.mycompany.com' ``` This allows me to use `gh` with our GitHub Enterprise server -- e.g.: ``` $ gh...

https://pypi.python.org/pypi/cliff/1.4.4

ready

`run_tests.py` probably not returning a proper exit status. Looking at it... ``` $ tox -e py27 GLOB sdist-make: /Users/marca/dev/git-repos/github-cli/setup.py py27 inst-nodeps: /Users/marca/dev/git-repos/github-cli/.tox/dist/gh-cli-0.1.b.zip py27 runtests: PYTHONHASHSEED='1327256247' py27 runtests: commands[0] | python...

Fix error in `test_format_short_issue`: ``` > return (self.fs.format(issue, bold=tc['bold'], > default=tc['default']) + extra) E ValueError: Invalid conversion specification gh/commands/issue/ls.py:75: ValueError ``` by setting format string. The default format string has...

Fixes: GH-15 ``` $ tox -e py27 GLOB sdist-make: /Users/marca/dev/git-repos/github-cli/setup.py py27 inst-nodeps: /Users/marca/dev/git-repos/github-cli/.tox/dist/gh-cli-0.1.b.zip py27 runtests: PYTHONHASHSEED='388081975' py27 runtests: commands[0] | python run_tests.py .......A valid integer is required .E...... ====================================================================== ERROR:...

``` ✗ gh gist 2995997 https://gist.github.com/2995997: Sublime Text 2 - Useful Shortcuts Traceback (most recent call last): File "/home/bmorriso/.virtualenvs/github-cli/bin/gh", line 8, in load_entry_point('gh-cli==0.1.b', 'console_scripts', 'gh')() File "/home/bmorriso/.virtualenvs/github-cli/local/lib/python2.7/site-packages/gh_cli-0.1.b-py2.7.egg/gh/main.py", line 29, in...