Skip to content

Commit

Permalink
Update README.md to include cloud cli login (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicHincapie authored Jun 25, 2024
1 parent 3f8ed82 commit bc85bed
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,23 @@ Please refer to [tfvars collection](/tfvars_collection) for more examples, i.e.

## Usage

a) Make sure your cloud CLIs (gcloud, aws, az) are logged in in your current shell.
```bash
# Gcloud example
gcloud auth application-default login
```

All `Make` commands should be executed from root of repo as this is where the `Makefile` is.

a) Stand up a complete demo

b) Stand up a complete demo

```bash
# Build complete demo
make all
```

b) Decouple Demo or Deploy in Stages
c) Decouple Demo or Deploy in Stages

```bash
# setup underlying clusters, registries, jumpboxes
Expand All @@ -167,7 +174,7 @@ make tsb_mp
make tsb_cp
```

c) Advanced customization
d) Advanced customization

```bash
# provide a custom path to variables file
Expand Down

0 comments on commit bc85bed

Please sign in to comment.