Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Sep 13, 2021
1 parent 6ceef2c commit 2a67506
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
gcloud auth login --update-adc
```

Be sure to set;
Be sure to set

```
export KUBECONFIG="<path-to>/kubeconfigs/config"
Expand All @@ -20,25 +20,25 @@ More info in [kubeconfigs](https://github.com/navikt/kubeconfigs)

## Install

First;
First

```
brew tap nais/tap
```

then;
then

```
brew install nais-d
```

check;
check

```
nais-d version
```

You should be able to use command;
You should be able to use

```
nais-d [commands] [args] [flags]
Expand Down Expand Up @@ -75,19 +75,19 @@ Flags provide modifiers to control how the action command operates.
* aiven
* `username` can be passed as argument, flags or environment variables.
* `--username`
* short `-u`: Prefix before `@nav.no`.
* short `-u`: Prefix before `@nav.no`.

* `team` can be passed as argument, flags or as environment variables.
* `--team`
* short `-t`: team-namespace (default namespace not supported).
* short `-t`: team-namespace (default namespace not supported).
* get
* `secret-name` can be passed as argument, flags or as environment variables.
* `--secret-name`
* short `-s`: Secret-name for your aiven application.
* short `-s`: Secret-name for your aiven application.

* `team` can be passed as argument, flags or as environment variables.
* `--team`
* short `-t`: team-namespace (default namespace not supported).
* short `-t`: team-namespace (default namespace not supported).

##### Optional

Expand Down

0 comments on commit 2a67506

Please sign in to comment.