@kumologica/sdk 3.2.1 → 3.3.0-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/commands/doc-commands/html.js +31 -10
- package/cli/commands/export-commands/github-commands/aws.js +18 -4
- package/package.json +4 -4
- package/src/app/lib/aws/index.js +1 -0
- package/src/app/lib/github/index.js +7 -60
- package/src/app/lib/serverless/index.js +13 -8
- package/src/app/ui/editor-client/public/red/red.js +3 -830
- package/src/app/ui/editor-client/public/red/red.min.js +1 -1
- package/src/app/ui/editor-client/public/red/style.min.css +1 -1
- package/src/app/ui/editor-client/src/js/ui/palette-nodes.js +0 -1
- package/src/app/ui/editor-client/src/js/ui/sidebar.js +1 -1
- package/src/app/ui/editor-client/src/js/ui/tab-awsDeploy.js +1 -1
- package/src/app/ui/editor-client/src/sass/style.scss +0 -1
- package/cli/.DS_Store +0 -0
- package/fixtures/.DS_Store +0 -0
|
@@ -118,7 +118,7 @@ RED.sidebar.awsDeploy = (function () {
|
|
|
118
118
|
<span class="option-disabled">Generate script...</span>
|
|
119
119
|
<span id="exportCloudFormationBtn" class="option">AWS CloudFormation</span>
|
|
120
120
|
<span id="exportServerlessBtn" class="option">Serverless</span>
|
|
121
|
-
<span id="exportGithubActionBtn" class="option">Github Action Workflow</span>
|
|
121
|
+
<span id="exportGithubActionBtn" class="option">Github Action Workflow + Cloudformation</span>
|
|
122
122
|
</div>
|
|
123
123
|
</div>
|
|
124
124
|
</div>
|
package/cli/.DS_Store
DELETED
|
Binary file
|
package/fixtures/.DS_Store
DELETED
|
Binary file
|