Skip to content

Commit

Permalink
doc: update syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari authored Oct 6, 2022
1 parent a1a29c8 commit d150461
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SafeBox is a command line tool for managing secrets for your application. Curren

SafeBox is available for many Linux distros and Windows.

```
```bash
# Via brew (OSX)
$ brew install adikari/taps/safebox

Expand All @@ -26,7 +26,7 @@ To install it directly find the right version for your machine in [releases](htt

1. Create a configuration file called `safebox.yml`.

```
```yaml
service: my-service
provider: ssm

Expand All @@ -52,7 +52,7 @@ secret:
2. Use `safebox` CLI tool to deploy your configuration.

```
```bash
$ safebox deploy --stage <stage> --config path/to/safebox.yml --prompt missing
```

Expand All @@ -66,7 +66,7 @@ The variables under

Following is the configuration file will all possible options:

```
```yaml
service: my-service
provider: ssm # Only supports ssm for now.
Expand All @@ -91,7 +91,7 @@ secret:

Following is all options available in `safebox` CLI.

```
```bash
A Fast and Flexible secret manager built with love by adikari in Go.
Usage:
Expand All @@ -117,7 +117,7 @@ Use "safebox [command] --help" for more information about a command.

### Using in scripts

```
```bash
#!/bin/bash
set -euo pipefail
Expand Down

0 comments on commit d150461

Please sign in to comment.