From de34961a1a1795bd12b3cabd47ca06e01c73c27a Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Sun, 22 Dec 2013 01:11:50 -0800 Subject: README: config command --- README.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.markdown') 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 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` -- cgit v1.2.3