File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 2323 npm install
2424 npm publish --access public
2525 env :
26+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
2627 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 33Library and CLI used to generate Infrastructure as Code installable components composed from a catalog of
44modules.
55
6+ ### CLI Usage
7+
8+ #### Installation
9+
10+ ``` shell
11+ npm i -g @cloudnativetoolkit/iascable
12+ ```
13+
14+ #### Commands
15+
16+ ``` shell
17+ iascable build [-u {CATALOG_URL}] [-i {BOM_INPUT}] [--name {COMPONENT_NAME}]
18+ ```
19+
20+ ### API Usage
21+
622### NPM scripts
723
824 - ` npm t ` : Run test suite
Original file line number Diff line number Diff line change 1+ apiVersion : cloud.ibm.com/v1alpha1
2+ kind : BillOfMaterial
3+ metadata :
4+ name : component
5+ spec :
6+ modules :
7+ - github.com/ibm-garage-cloud/terraform-k8s-ocp-cluster
8+ - github.com/ibm-garage-cloud/terraform-ibm-cp-app-connect
9+ variables : []
You can’t perform that action at this time.
0 commit comments