Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agoetschm authored May 23, 2018
1 parent bbd4a31 commit 8bc9ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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.

# SYNOPSIS
## SYNOPSIS

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

# OPTIONS
## OPTIONS

- **--help**

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

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

# DESCRIPTION
## DESCRIPTION

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.

Expand Down

0 comments on commit 8bc9ae0

Please sign in to comment.