1.0.3 • Published 3 years ago

keptn-update-projects v1.0.3

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

keptn-update-projects

Standard - JavaScript Style Guide

NPM

Create or update projects of Keptn.

Example

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

const config = `
projects:
  - name: test
    settings:
      url: https://github.com/test-org/test
      isOrganisation: true
      username: ${username}
      token: ${token}
    shipyard: projects/test/shipyard.yaml`;
const namespace = "keptn";

main(config, namespace);
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago