7.0.0 • Published 2 years ago

kuntur-cli-test v7.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

kuntur cli

this is the kuntur cli (CondorLabs) the idea of this cli is to automate repetitive jobs for the developers

oclif Version Downloads/week License

KUNTUR CLI V1

Description

Our goal is to make developers' life easier, that's why we bring you our new feature called Kuntur cli

Kuntur cli is a tool that allows us to automate and optimize processes that developers encounter every day, is a practical way through a cli to perform tasks with only basic command line.

CondorLabs has its own guide to define command lines.

The objective of Kuntur cli v1: Our first version aims to automate the process of generating the github workflow for CI/CD, with this automatically generated process in kuntur cli we ensure that developers do not have the need to create pipeline and green checks files from 0.

Now that the concept is a little clearer let's move on to the next iteration.

Entries.

  • The first input will ask us to choose the product to which we will apply CI/CD.

Alt text

  • In this entry you must enter the relative path of the project to which you want to install cicd

Alt text

  • In this entry we place our coverage percentage that will apply to our project.

Alt text

  • In this entry you must enter the url where your smoke-tests run

Alt text

Prerequisites

Installation

$ npm install -g kuntur-cli-test
$ kuntur COMMAND
running command...
$ kuntur (-v|--version|version)
kuntur-cli-test/7.0.0 darwin-x64 node-v12.22.1
$ kuntur --help [COMMAND]
USAGE
  $ kuntur COMMAND
...

Commands

  • kuntur cicd pipeline:create command to generate workflow cicd

npm.io

kuntur autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ kuntur autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

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

EXAMPLES
  $ kuntur autocomplete
  $ kuntur autocomplete bash
  $ kuntur autocomplete zsh
  $ kuntur autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

kuntur cicd [COMMAND]

Describe CICD the command here

USAGE
  $ kuntur cicd [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: src/commands/cicd/index.js

kuntur cicd pipeline

Describe PIPELINE the command here

USAGE
  $ kuntur cicd pipeline

EXAMPLE
  $ kuntur cicd pipeline:create

See code: src/commands/cicd/pipeline/index.js

kuntur cicd pipeline:create

Create the workflow of github actions

USAGE
  $ kuntur cicd pipeline:create

EXAMPLE
  $ kuntur cicd pipeline:create

See code: src/commands/cicd/pipeline/create/index.js

kuntur commands

list all the commands

USAGE
  $ kuntur commands

OPTIONS
  -h, --help              show CLI help
  -j, --json              display unfiltered api data in json format
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --hidden                show hidden commands
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)

See code: @oclif/plugin-commands

kuntur conf [KEY] [VALUE]

manage configuration

USAGE
  $ kuntur conf [KEY] [VALUE]

ARGUMENTS
  KEY    key of the config
  VALUE  value of the config

OPTIONS
  -d, --cwd=cwd          config file location
  -d, --delete           delete?
  -h, --help             show CLI help
  -k, --key=key          key of the config
  -n, --name=name        config file name
  -p, --project=project  project name
  -v, --value=value      value of the config

See code: conf-cli

kuntur help [COMMAND]

display help for kuntur

USAGE
  $ kuntur help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help