@@ -18,9 +18,11 @@ All of this results in a more iterative process for developing manifests, one th
## Install
The ksonnet CLI, `ks`, can be installed in three different ways. Choose the method that best matches your setup:
### Homebrew on macOS
If you are using [Homebrew](https://brew.sh/) on macOS, you can easily install `ks`.
If you are using [Homebrew](https://brew.sh/) on macOS, you can easily install `ks` with the following command:
```
brew install ksonnet/tap/ks
...
...
@@ -153,7 +155,7 @@ Thanks for taking the time to join our community and start contributing!
#### Before you start
* Please familiarize yourself with the [Code of
Conduct](CODE_OF_CONDUCT.md) before contributing.
Conduct](CODE-OF-CONDUCT.md) before contributing.
* Read the contribution guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).
* There is a [mailing list](https://groups.google.com/forum/#!forum/ksonnet) and [Slack channel](https://ksonnet.slack.com/) if you want to interact with
@@ -7,12 +7,12 @@ Show expanded manifests for a specific environment.
Show expanded manifests (resource definitions) for a specific environment. Jsonnet manifests,
each defining a ksonnet component, are expanded into their JSON or YAML equivalents (YAML is the default).
Any parameters for a component are resolved based on environment-specific values.
Any parameters in these Jsonnet manifests are resolved based on environment-specific values.
When NO component is specified via the`-c`flag, this command expands all of the files in the `components/` directory into a list of resource definitions. This is the YAML version
When NO component is specified (no `-c`flag), this command expands all of the files in the `components/` directory into a list of resource definitions. This is the YAML version
of what gets deployed to your cluster with `ks apply <env>`.
When a component IS specified via the`-c`flag, this command only expands the manifest for that
When a component IS specified via the`-c`flag, this command only expands the manifest for that