Skip to content

Commit

Permalink
Clarify that knife server bootstrap is not a subcommand in README.
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
fnichol committed Jul 3, 2012
1 parent 4bf66c7 commit 4ecda82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 0.1.1.dev (unreleased)

### Bug fixes

* Issue [#2](https://github.com/fnichol/knife-server/issues/2): Improve
documentation to clarify `knife server bootstrap` is not a proper
subcommand. ([@fnichol][])


## 0.1.0 (June 23, 2012)

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ from the [chef-bootstrap-repo][chef_bootstrap_repo] project?

## <a name="subcommands"></a> Subcommands

### <a name="knife-server-bootstrap"></a> knife server bootstrap
### <a name="knife-server-bootstrap"></a> knife server bootstrap (Common Options)

These subcommands will install and configure an Open Source Chef Server on
several different clouds/environments. The high level step taken are as
Expand All @@ -100,6 +100,9 @@ follows:
already exists at that path a backup copy will be made in the same
directory.

**Note** `knife server bootstrap` can not be invoked directly; a subcommand
must be selected which determines the provisioning strategy.

#### Common Configuration

##### --node-name NAME (-N)
Expand Down

0 comments on commit 4ecda82

Please sign in to comment.