You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ Options:
24
24
| - | - |
25
25
| -V, --version | Display the version number for the Sandbox CLI program. |
26
26
| --debug | Show debug information. |
27
-
| --edgerc `<path>`| Use credentials in `edgerc` file for command. |
28
-
| --section `<name>`| Use this section in `edgerc` file. |
27
+
| --edgerc `<path>`| Use credentials in `edgerc` file for command. (Default file location is _~/.edgerc_) |
28
+
| --section `<name>`| Use this section in `edgerc` file. (Default section is _[default]_|
29
29
| -h, --help | Display usage information for the Sandbox CLI. |
30
30
31
31
Commands:
@@ -127,4 +127,4 @@ You can use this example "recipe" to quickly customize the sandbox to your devel
127
127
```
128
128
1. Edit the information according to your development environment and property specifications.
129
129
1. Save the file with a `.json` extension (e.g., `example_recipe.json`)
130
-
1. Run this command on your file ` ./akamai-sandbox create --recipe=./example/example_recipe.json ` to instantiate the sandbox client according to the defined specifications.
130
+
1. Run this command on your file ` ./akamai-sandbox create --recipe=./example/example_recipe.json ` to instantiate the sandbox client according to the defined specifications.
0 commit comments