Skip to content

Commit

Permalink
fix(cmd/influx): delete unsupported influx transpile command (#20913)
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran authored Mar 11, 2021
1 parent 5c7c31d commit b6842d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 89 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Prior to this release, the `influxd` server would always expose profiling inform
This endpoint was unauthenticated, and not used by InfluxDB systems to report diagnostics. For security and clarity,
the endpoint has been removed. Use the `/metrics` endpoint to collect system statistics.

#### `influx transpile` removed

The `transpile` command has been retired. Users can send InfluxQL directly to the server via the `/api/v2/query`
or `/query` HTTP endpoints.

### Features

1. [19811](https://github.com/influxdata/influxdb/pull/19811): Add Geo graph type to be able to store in Dashboard cells.
Expand Down
1 change: 0 additions & 1 deletion cmd/influx/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ func influxCmd(opts ...genericCLIOptFn) *cobra.Command {
cmdTelegraf,
cmdTemplate,
cmdApply,
cmdTranspile,
cmdUser,
cmdWrite,
cmdV1SubCommands,
Expand Down
88 changes: 0 additions & 88 deletions cmd/influx/transpile.go

This file was deleted.

0 comments on commit b6842d6

Please sign in to comment.