diff options
| author | Zack Hobson | 2014-01-30 11:17:23 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2014-01-30 11:17:23 -0800 | 
| commit | 305d21c44e05e42408fb6886f07b6128cf9f3342 (patch) | |
| tree | 12a4c0aebb8bc19cbbcb71f913fd1fdb8cfed467 /README.markdown | |
| parent | 20556078f1614b57cf331884a6f346fec4579d4b (diff) | |
| download | hcl-305d21c44e05e42408fb6886f07b6128cf9f3342.tar.bz2 | |
README: add a note about aliases file
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/README.markdown b/README.markdown index 62859ed..322eea1 100644 --- a/README.markdown +++ b/README.markdown @@ -120,6 +120,9 @@ configuration:      complete -W `cat ~/.hcl/aliases` hcl +Note: You will need to have run `hcl` at least once to create the aliases +file. Without it, this command will fail with an error. +  ### Configuration Profiles  You can modify your credentials with the `--reauth` option, and review them | 
