Skip to content

Commit 075f71b

Browse files
authored
Merge pull request actions#7 from akshayranganath/patch-1
Adding defaults for edgerc credentials
2 parents ef2e3d1 + 3cdc431 commit 075f71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Options:
2424
| - | - |
2525
| -V, --version | Display the version number for the Sandbox CLI program. |
2626
| --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]_|
2929
| -h, --help | Display usage information for the Sandbox CLI. |
3030

3131
Commands:
@@ -127,4 +127,4 @@ You can use this example "recipe" to quickly customize the sandbox to your devel
127127
```
128128
1. Edit the information according to your development environment and property specifications.
129129
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

Comments
 (0)