Skip to content

Commit

Permalink
adding samconfig.toml -> yaml conversion command
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Jul 19, 2023
1 parent 63c666a commit 2dd37cd
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 48 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,19 @@ Options:
-h, --help display help for command
```

### samp convert-sam-config
Converts samconfig.toml to yaml format

```
Usage: samp convert-samconfig|cs [options]
Converts samconfig.toml to samconfig.yaml
Options:
-h, --help display help for command
```


### samp share
Lets you share patterns from an existing CloudFormation/SAM template with the world or your colleagues.

Expand Down
98 changes: 56 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samp-cli",
"version": "1.0.9",
"version": "1.0.10",
"description": "CLI tool for extended productivity with AWS Serverless Application Model (SAM)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,37 +31,38 @@
"homepage": "https://github.com/ljacobsson/samp-cli#readme",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.319.0",
"@aws-sdk/client-iot": "^3.345.0",
"@aws-sdk/client-lambda": "^3.358.0",
"@aws-sdk/client-schemas": "^3.358.0",
"@aws-sdk/client-sfn": "^3.359.0",
"@aws-sdk/credential-provider-sso": "^3.319.0",
"@aws-sdk/client-iot": "^3.345.0",
"@aws-sdk/client-sts": "^3.348.0",
"@aws-sdk/credential-provider-sso": "^3.319.0",
"@mhlabs/iam-policies-cli": "^1.0.5",
"@octokit/rest": "^18.5.2",
"archiver": "^5.3.1",
"aws-cdk-lib": "^2.87.0",
"cli-spinner": "^0.2.10",
"clipboardy": "^2.2.0",
"commander": "^7.2.0",
"flat": "^5.0.2",
"fs-extra": "^10.0.0",
"getmac": "^5.20.0",
"glob": "^10.3.1",
"ini": "^4.1.0",
"inquirer": "^7.0.4",
"inquirer-autocomplete-prompt": "^1.3.0",
"inquirer-file-tree-selection-prompt": "^1.0.13",
"json-to-pretty-yaml": "^1.2.2",
"jsonpath": "^1.1.1",
"link2aws": "^1.0.13",
"lodash": "^4.17.21",
"mqtt": "^4.3.7",
"nodemon": "^2.0.22",
"nunjucks": "^3.2.3",
"open": "^7.4.2",
"openai": "^3.3.0",
"rimraf": "^5.0.1",
"tsc-watch": "^6.0.4",
"archiver": "^5.3.1",
"getmac": "^5.20.0",
"mqtt": "^4.3.7",
"yaml-cfn": "^0.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2dd37cd

Please sign in to comment.