diff --git a/.gitignore b/.gitignore index 99b1fe3..858ea34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -*.zip \ No newline at end of file +*.zip +.vscode/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a3ce608..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "lldb", - "request": "launch", - "name": "Canary", - "cargo": { - "args": ["build", "--bin=canary", "--package=canary"], - "filter": { - "name": "canary", - "kind": "bin" - } - }, - "args": [ - "deploy", - "--aws-apig-name", - "canary-quickstart-apig", - "--aws-apig-stage", - "prod", - "--aws-lambda", - "canary-quickstart-lambda", - "out.zip" - ], - "cwd": "${workspaceFolder}" - }, - { - "type": "lldb", - "request": "launch", - "name": "Canary Unit Tests", - "cargo": { - "args": ["test", "--no-run", "--bin=canary", "--package=canary"], - "filter": { - "name": "canary", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - } - ] -} diff --git a/README.md b/README.md index 04c9355..ab3de53 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Your AI-powered, agentic deployment solution for seamless, risk-managed updates

-🏡 MultiTool website | 🗪 Contact us +🏡 MultiTool website | 🗪 Contact us ## What is MultiTool Canary?