0.0.1 • Published 11 months ago

@vynce/cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@vynce/cli

Vynce command line tool

oclif

Installation

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

Usage

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

Commands

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

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