# gorgo-cli

> gorgo-cli =========

Latest version **0.5.0** (published 2021-09-07) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install gorgo-cli
pnpm add gorgo-cli
yarn add gorgo-cli
bun add gorgo-cli
```

Provides the command `gorgo`.

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.0 |
| Published | 2021-09-07 |
| First published | 2021-08-17 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 9 |
| Unpacked size | 307.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| Author | Cody Duong @codyduong |
| Maintainers | codyduong |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/gorgo-cli
- Repository: https://github.com/GorgoHealth/gorgo-cli
- Issues: https://github.com/GorgoHealth/gorgo-cli/issues
- npm.io page: https://npm.io/package/gorgo-cli

## Dependencies (9)

- [tslib](https://npm.io/package/tslib.md) ^1
- [dotenv](https://npm.io/package/dotenv.md) ^10.0.0
- [graphql](https://npm.io/package/graphql.md) ^15.5.1
- [inquirer](https://npm.io/package/inquirer.md) ^8.1.2
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1
- [@octokit/graphql](https://npm.io/package/@octokit/graphql.md) ^4.6.4
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^3
- [@octokit/auth-token](https://npm.io/package/@octokit/auth-token.md) ^2.4.5

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.5.0 (latest) — 2021-09-07
- 0.4.2 — 2021-08-19
- 0.4.1 — 2021-08-19
- 0.4.0 — 2021-08-18
- 0.3.1 — 2021-08-18
- 0.3.0 — 2021-08-18
- 0.2.0 — 2021-08-17

## README

gorgo-cli
=========



[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/gorgo-cli.svg)](https://npmjs.org/package/gorgo-cli)
![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/GorgoBot/273e25984c13995d19ad21a639eedfff/raw/43df15c0d1047374a6c394fca94a93268e920970/gorgo-cli__heads_master.json)
[![License](https://img.shields.io/npm/l/gorgo-cli.svg)](https://github.com/https://github.com/GorgoHealth/gorgo-cli/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g gorgo-cli
$ gorgo COMMAND
running command...
$ gorgo (-v|--version|version)
gorgo-cli/0.5.0 linux-x64 node-v16.2.0
$ gorgo --help [COMMAND]
USAGE
  $ gorgo COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`gorgo help [COMMAND]`](#gorgo-help-command)
* [`gorgo init`](#gorgo-init)
* [`gorgo status [REPOS]`](#gorgo-status-repos)
* [`gorgo update [REPOS]`](#gorgo-update-repos)

## `gorgo help [COMMAND]`

display help for gorgo

```
USAGE
  $ gorgo help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.3/src/commands/help.ts)_

## `gorgo init`

initialize gorgo-cli

```
USAGE
  $ gorgo init

OPTIONS
  -a, --auth=auth              User AUTH token to access organization repositories
  -h, --help                   show CLI help
  --organization=organization
```

_See code: [src/commands/init.ts](https://github.com/GorgoHealth/gorgo-cli/blob/v0.5.0/src/commands/init.ts)_

## `gorgo status [REPOS]`

show status for repositories

```
USAGE
  $ gorgo status [REPOS]

ARGUMENTS
  REPOS  Repositories to check status on

OPTIONS
  -a, --auth=auth  User AUTH token to access organization repositories
  -h, --help       show CLI help
  -v, --verbose    Shows additional details about status
```

_See code: [src/commands/status.ts](https://github.com/GorgoHealth/gorgo-cli/blob/v0.5.0/src/commands/status.ts)_

## `gorgo update [REPOS]`

update repositories

```
USAGE
  $ gorgo update [REPOS]

ARGUMENTS
  REPOS  List of repositories to update

OPTIONS
  -a, --auth=auth  User AUTH token to access organization repositories
  -h, --help       show CLI help

  -l, --local      Only update locally existing repositories, if false: Audit from Github API and download new
                   repositories
```

_See code: [src/commands/update.ts](https://github.com/GorgoHealth/gorgo-cli/blob/v0.5.0/src/commands/update.ts)_
<!-- commandsstop -->

---
_Source: https://npm.io/package/gorgo-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
