# arbiter-wrtc

> easy aws deploy package for arbiter-wrtc

Latest version **1.1.0** (published 2023-12-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install arbiter-wrtc
pnpm add arbiter-wrtc
yarn add arbiter-wrtc
bun add arbiter-wrtc
```

Provides the command `arbiter`.

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-12-14 |
| First published | 2023-11-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18.0.0 |
| Dependencies | 14 |
| Unpacked size | 102 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Arbiter-WRTC |
| Maintainers | watzmonium |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/arbiter-wrtc
- Repository: https://github.com/Arbiter-WRTC/cli
- Issues: https://github.com/Arbiter-WRTC/cli/issues
- npm.io page: https://npm.io/package/arbiter-wrtc

## Dependencies (14)

- [ora](https://npm.io/package/ora.md) ^7.0.1
- [url](https://npm.io/package/url.md) ^0.11.3
- [chalk](https://npm.io/package/chalk.md) ^5.3.0
- [figlet](https://npm.io/package/figlet.md) ^1.7.0
- [listr2](https://npm.io/package/listr2.md) ^7.0.2
- [aws-sdk](https://npm.io/package/aws-sdk.md) ^2.1491.0
- [inquirer](https://npm.io/package/inquirer.md) ^9.2.12
- [@oclif/core](https://npm.io/package/@oclif/core.md) ^3
- [@aws-sdk/types](https://npm.io/package/@aws-sdk/types.md) ^3.433.0
- [gradient-string](https://npm.io/package/gradient-string.md) ^2.0.2
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^5
- [@oclif/plugin-plugins](https://npm.io/package/@oclif/plugin-plugins.md) ^4
- [@aws-sdk/credential-providers](https://npm.io/package/@aws-sdk/credential-providers.md) ^3.445.0
- [@aws-sdk/client-cloudformation](https://npm.io/package/@aws-sdk/client-cloudformation.md) ^3.445.0

## 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

- 1.1.0 (latest) — 2023-12-14
- 0.2.0 — 2023-12-14
- 0.1.3 — 2023-12-07
- 0.1.2 — 2023-12-07
- 0.1.1 — 2023-12-01
- 1.0.0 — 2023-11-10
- 0.1.0 — 2023-11-07

## README

oclif-hello-world
=================

oclif example Hello World CLI

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![CircleCI](https://circleci.com/gh/oclif/hello-world/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/hello-world/tree/main)
[![GitHub license](https://img.shields.io/github/license/oclif/hello-world)](https://github.com/oclif/hello-world/blob/main/LICENSE)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g arbiter-wrtc
$ arbiter COMMAND
running command...
$ arbiter (--version)
arbiter-wrtc/1.1.0 darwin-x64 node-v20.6.1
$ arbiter --help [COMMAND]
USAGE
  $ arbiter COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`arbiter deploy`](#arbiter-deploy)
* [`arbiter help [COMMANDS]`](#arbiter-help-commands)
* [`arbiter plugins`](#arbiter-plugins)
* [`arbiter plugins:install PLUGIN...`](#arbiter-pluginsinstall-plugin)
* [`arbiter plugins:inspect PLUGIN...`](#arbiter-pluginsinspect-plugin)
* [`arbiter plugins:install PLUGIN...`](#arbiter-pluginsinstall-plugin-1)
* [`arbiter plugins:link PLUGIN`](#arbiter-pluginslink-plugin)
* [`arbiter plugins:uninstall PLUGIN...`](#arbiter-pluginsuninstall-plugin)
* [`arbiter plugins:uninstall PLUGIN...`](#arbiter-pluginsuninstall-plugin-1)
* [`arbiter plugins:uninstall PLUGIN...`](#arbiter-pluginsuninstall-plugin-2)
* [`arbiter plugins update`](#arbiter-plugins-update)

## `arbiter deploy`

provision and deploy arbiter to aws

```
USAGE
  $ arbiter deploy

DESCRIPTION
  provision and deploy arbiter to aws
```

_See code: [src/commands/deploy.ts](https://github.com/Arbiter-WRTC/cli/blob/v1.1.0/src/commands/deploy.ts)_

## `arbiter help [COMMANDS]`

Display help for arbiter.

```
USAGE
  $ arbiter help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for arbiter.
```

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

## `arbiter plugins`

List installed plugins.

```
USAGE
  $ arbiter plugins [--json] [--core]

FLAGS
  --core  Show core plugins.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ arbiter plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.0.2/src/commands/plugins/index.ts)_

## `arbiter plugins:install PLUGIN...`

Installs a plugin into the CLI.

```
USAGE
  $ arbiter plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -s, --silent   Silences yarn output.
  -v, --verbose  Show verbose yarn output.

DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.


ALIASES
  $ arbiter plugins add

EXAMPLES
  $ arbiter plugins:install myplugin 

  $ arbiter plugins:install https://github.com/someuser/someplugin

  $ arbiter plugins:install someuser/someplugin
```

## `arbiter plugins:inspect PLUGIN...`

Displays installation properties of a plugin.

```
USAGE
  $ arbiter plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ arbiter plugins:inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.0.2/src/commands/plugins/inspect.ts)_

## `arbiter plugins:install PLUGIN...`

Installs a plugin into the CLI.

```
USAGE
  $ arbiter plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -s, --silent   Silences yarn output.
  -v, --verbose  Show verbose yarn output.

DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.


ALIASES
  $ arbiter plugins add

EXAMPLES
  $ arbiter plugins:install myplugin 

  $ arbiter plugins:install https://github.com/someuser/someplugin

  $ arbiter plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.0.2/src/commands/plugins/install.ts)_

## `arbiter plugins:link PLUGIN`

Links a plugin into the CLI for development.

```
USAGE
  $ arbiter plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help      Show CLI help.
  -v, --verbose
  --[no-]install  Install dependencies after linking the plugin.

DESCRIPTION
  Links a plugin into the CLI for development.
  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.


EXAMPLES
  $ arbiter plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.0.2/src/commands/plugins/link.ts)_

## `arbiter plugins:uninstall PLUGIN...`

Removes a plugin from the CLI.

```
USAGE
  $ arbiter plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ arbiter plugins unlink
  $ arbiter plugins remove
```

## `arbiter plugins:uninstall PLUGIN...`

Removes a plugin from the CLI.

```
USAGE
  $ arbiter plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ arbiter plugins unlink
  $ arbiter plugins remove
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.0.2/src/commands/plugins/uninstall.ts)_

## `arbiter plugins:uninstall PLUGIN...`

Removes a plugin from the CLI.

```
USAGE
  $ arbiter plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ arbiter plugins unlink
  $ arbiter plugins remove
```

## `arbiter plugins update`

Update installed plugins.

```
USAGE
  $ arbiter plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.0.2/src/commands/plugins/update.ts)_
<!-- commandsstop -->

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