Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added switch docs
  • Loading branch information
tj committed Mar 11, 2010
1 parent 49f6437 commit 4d0c88c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/switch
@@ -0,0 +1,25 @@

Usage:

kiwi switch <env>

Description:

Switches to the given <env>, creating it when it
does not exist. Kiwi allows multiple environments
which may have different seeds installed.

Examples:

Create and switch to the "test" environment:

$ kiwi switch test

Switch back to the "default" environment:

$ kiwi switch test

See Also:

env, envs

0 comments on commit 4d0c88c

Please sign in to comment.