Skip to content

Commit 8bc9ae0

Browse files
authored
Update README.md
1 parent bbd4a31 commit 8bc9ae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
The InfluxDB schema updater is a small DevOps tool to manage the schema of an [InfluxDB](https://github.com/influxdata/influxdb) instance with a set of configuration files.
44

5-
# SYNOPSIS
5+
## SYNOPSIS
66

77
`influxdb-schema-updater [--help] [--dryrun] [--diff] [--force] [--config <schema_location>] [--url <url>]`
88

9-
# OPTIONS
9+
## OPTIONS
1010

1111
- **--help**
1212

@@ -32,7 +32,7 @@ The InfluxDB schema updater is a small DevOps tool to manage the schema of an [I
3232

3333
The url where the InfluxDB HTTP API is reachable. Default is localhost:8086.
3434

35-
# DESCRIPTION
35+
## DESCRIPTION
3636

3737
This tool compares the databases, retention policies (RPs) and continuous queries (CQs) found in the `<schema_location>` directory to the ones in the InfluxDB instance reachable at `<url>`. If there is a difference, InfluxDB will be updated. Some changes like deleting a database are skipped when the `--force` flag is not set.
3838

0 commit comments

Comments
 (0)