# @vynce/cli

> Vynce command line tool

Latest version **0.0.1** (published 2023-06-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @vynce/cli
pnpm add @vynce/cli
yarn add @vynce/cli
bun add @vynce/cli
```

Provides the command `vynce`.

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2023-06-27 |
| First published | 2023-06-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18.0.0 |
| Dependencies | 9 |
| Unpacked size | 13.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | vynce-machine-user |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/@vynce/cli
- Repository: https://github.com/videonoise/sdk
- Issues: https://github.com/videonoise/sdk/issues
- npm.io page: https://npm.io/package/@vynce/cli

## Dependencies (9)

- [ajv](https://npm.io/package/ajv.md) ^8.12.0
- [chalk](https://npm.io/package/chalk.md) ^5.2.0
- [pkg-dir](https://npm.io/package/pkg-dir.md) ^7.0.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^3.3.1
- [@oclif/core](https://npm.io/package/@oclif/core.md) ^2.8.7
- [ajv-formats](https://npm.io/package/ajv-formats.md) ^2.1.1
- [log-symbols](https://npm.io/package/log-symbols.md) ^5.1.0
- [@segment/ajv-human-errors](https://npm.io/package/@segment/ajv-human-errors.md) ^2.7.0
- [@oclif/plugin-autocomplete](https://npm.io/package/@oclif/plugin-autocomplete.md) ^2.3.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

- 0.0.1 (latest) — 2023-06-27

## README

# @vynce/cli

Vynce command line tool

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)

- [Installation](#installation)
- [Usage](#usage)
- [Commands](#commands)

# Installation

```sh
npm install -g @vynce/cli
# or
yarn global add @vynce/cli
```

# Usage

```sh
vynce COMMAND
# runs the command
vynce (-v|--version|version)
# prints the version
vynce --help COMMAND
# outputs help for specific command
```

# Commands

<!-- commands -->
* [`vynce autocomplete [SHELL]`](#vynce-autocomplete-shell)
* [`vynce compositions:validate`](#vynce-compositionsvalidate)

## `vynce autocomplete [SHELL]`

display autocomplete installation instructions

```
USAGE
  $ vynce autocomplete [SHELL] [-r]

ARGUMENTS
  SHELL  (zsh|bash|powershell) Shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  display autocomplete installation instructions

EXAMPLES
  $ vynce autocomplete

  $ vynce autocomplete bash

  $ vynce autocomplete zsh

  $ vynce autocomplete powershell

  $ vynce autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.3.0/src/commands/autocomplete/index.ts)_

## `vynce compositions:validate`

Validate the configuration of the composition.

```
USAGE
  $ vynce compositions:validate

DESCRIPTION
  Validate the configuration of the composition.
```

_See code: [dist/commands/compositions/validate.ts](https://github.com/videonoise/sdk/blob/v0.0.0/dist/commands/compositions/validate.ts)_
<!-- commandsstop -->

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