1.0.3 • Published 3 years ago
keptn-update-projects v1.0.3
keptn-update-projects
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);