1.0.5 • Published 3 years ago
keptn-update-services v1.0.5
keptn-update-services
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);