Skip to content

Commit

Permalink
Merge pull request #7 from akshayranganath/patch-1
Browse files Browse the repository at this point in the history
Adding defaults for edgerc credentials
  • Loading branch information
bradforj287 committed Nov 8, 2018
2 parents ef2e3d1 + 3cdc431 commit 075f71b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Options:
| - | - |
| -V, --version | Display the version number for the Sandbox CLI program. |
| --debug | Show debug information. |
| --edgerc `<path>` | Use credentials in `edgerc` file for command. |
| --section `<name>` | Use this section in `edgerc` file. |
| --edgerc `<path>` | Use credentials in `edgerc` file for command. (Default file location is _~/.edgerc_) |
| --section `<name>` | Use this section in `edgerc` file. (Default section is _[default]_|
| -h, --help | Display usage information for the Sandbox CLI. |

Commands:
Expand Down Expand Up @@ -127,4 +127,4 @@ You can use this example "recipe" to quickly customize the sandbox to your devel
```
1. Edit the information according to your development environment and property specifications.
1. Save the file with a `.json` extension (e.g., `example_recipe.json`)
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.
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 comments on commit 075f71b

Please sign in to comment.