diff options
| author | Zack Hobson | 2013-12-22 01:11:50 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-22 01:13:45 -0800 | 
| commit | de34961a1a1795bd12b3cabd47ca06e01c73c27a (patch) | |
| tree | 515d688838db987dc5944d73ba04a74859eb201e /README.markdown | |
| parent | 971966cd2810c44244b63078122485456d92b27a (diff) | |
| download | hcl-de34961a1a1795bd12b3cabd47ca06e01c73c27a.tar.bz2 | |
README: config command
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/README.markdown b/README.markdown index 8630f03..17b53dd 100644 --- a/README.markdown +++ b/README.markdown @@ -33,6 +33,7 @@ or you can install from source:      hcl alias <task_alias> <project_id> <task_id>      hcl aliases      hcl (cancel | nvm | oops) +    hcl config  ### Available Projects and Tasks @@ -120,10 +121,13 @@ configuration:  ### Configuration Profiles -You can specify an alternate configuration directory in the environment as +You can modify your credentials with `--reauth` command, and review them +with the `config` command. If you'd rather store multiple configurations as +once, specify an alternate configuration directory in the environment as  `HCL_DIR`. This can be used to easily interact with multiple harvest accounts. +  Here is a shell alias `myhcl` with a separate configuration from the -main `hcl` command, including alias completion: +main `hcl` command, and another command to configure alias completion:      alias myhcl="env HCL_DIR=~/.myhcl hcl"      eval `myhcl completion myhcl` | 
