Skip to content

Commit 9aa9012

Browse files
authored
Merge pull request actions#66 from akamai/fix-exit-codes
Fix exit codes in case of errors
2 parents 41bbe09 + 34c65fd commit 9aa9012

File tree

6 files changed

+112
-134
lines changed

6 files changed

+112
-134
lines changed

cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"commands": [
66
{
77
"name": "sandbox",
8-
"version": "1.2.2",
8+
"version": "1.3.0",
99
"description": "Manage Akamai Sandbox environments.",
1010
"bin": "https://github.com/akamai/cli-sandbox/releases/download/{{.Version}}/akamai-{{.Name}}-{{.Version}}-{{.OS}}-{{.Arch}}{{.BinSuffix}}"
1111
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "akamai-sandbox-cli",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "A tool that makes it easier to manage Akamai Sandboxes. Call the Sandbox API from the command line.",
55
"repository": "https://github.com/akamai/cli-sandbox",
66
"scripts": {

0 commit comments

Comments
 (0)