summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorZack Hobson2013-12-22 01:11:50 -0800
committerZack Hobson2013-12-22 01:13:45 -0800
commitde34961a1a1795bd12b3cabd47ca06e01c73c27a (patch)
tree515d688838db987dc5944d73ba04a74859eb201e /README.markdown
parent971966cd2810c44244b63078122485456d92b27a (diff)
downloadhcl-de34961a1a1795bd12b3cabd47ca06e01c73c27a.tar.bz2
README: config command
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
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`