1.0.5 • Published 3 years ago

keptn-update-services v1.0.5

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

keptn-update-services

Standard - JavaScript Style Guide

NPM

Create or update services of Keptn.

Example

import { main } from "keptn-update-services";

const config = `
services:
  - name: k6
    projects:
      - artifactory
    stages:
      - develop
    workdir: services/k6`;
const namespace = "keptn";

main(config, namespace);
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago