Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add CLI for simple template transformation #121

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3.3.0
eoinsha committed Sep 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 85d735f03dc3c635690b8876e50308ced1c91d9e
2 changes: 1 addition & 1 deletion cdk-test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-test-project",
"version": "3.2.1",
"version": "3.3.0",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
2 changes: 1 addition & 1 deletion cf-macro/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"url": "https://github.com/fourTheorem/slic-watch.git",
"directory": "cf-macro"
},
"version": "3.2.1",
"version": "3.3.0",
"private": true,
"scripts": {
"test": "tap --coverage-report=html --no-browser --no-check-coverage tests/**/*.test.ts",
2 changes: 1 addition & 1 deletion cf-macro/template.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ Metadata:
ReadmeUrl: ../README.md
Labels: ["monitoring", "observability", "cloudwatch"]
HomePageUrl: https://github.com/fourTheorem/slic-watch
SemanticVersion: 3.2.1
SemanticVersion: 3.3.0
SourceCodeUrl: https://github.com/fourTheorem/slic-watch
Resources:
SlicWatch:
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slic-watch-cli",
"version": "3.2.1",
"version": "3.3.0",
"description": "CLI for SLIC Watch transformation",
"main": "dist/index.js",
"bin": "dist/index.js",
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slic-watch-core",
"version": "3.2.1",
"version": "3.3.0",
"description": "SLIC Watch core library for adding alarms and dashboards to CloudFormation",
"main": "dist/index.js",
"repository": {
47 changes: 32 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slic-watch",
"version": "3.2.1",
"version": "3.3.0",
"description": "Root project for SLIC Watch",
"main": "index.js",
"bin": "cli/dist/index.js",
2 changes: 1 addition & 1 deletion sam-test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sam-test-project",
"description": "SLIC Watch test project for CloudFormation Macro",
"version": "3.2.1",
"version": "3.3.0",
"main": "basic-handler.js",
"repository": {
"type": "git",
4 changes: 2 additions & 2 deletions serverless-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-slic-watch-plugin",
"version": "3.2.1",
"version": "3.3.0",
"description": "Serverless plugin for automatic alarms and dashboards",
"main": "dist/index.js",
"repository": {
@@ -34,4 +34,4 @@
"ajv": "^8.11.0"
},
"gitHead": "c4300240f9e854c4eb1c5503b839882ff0cd1cae"
}
}
2 changes: 1 addition & 1 deletion serverless-test-project-alb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project-alb",
"version": "3.2.1",
"version": "3.3.0",
"description": "Test project for SLIC Watch serverless plugin",
"main": "alb-handler.js",
"repository": {
2 changes: 1 addition & 1 deletion serverless-test-project-appsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project-appsync",
"version": "3.2.1",
"version": "3.3.0",
"description": "Test project for SLIC Watch serverless plugin",
"repository": {
"type": "git",
2 changes: 1 addition & 1 deletion serverless-test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project",
"version": "3.2.1",
"version": "3.3.0",
"description": "Test project for SLIC Watch serverless plugin",
"main": "basic-handler.js",
"repository": {
2 changes: 1 addition & 1 deletion test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-utils",
"description": "Common test utilities",
"version": "3.2.1",
"version": "3.3.0",
"repository": {
"type": "git",
"url": "https://github.com/fourTheorem/slic-watch.git",