Closed Aloike closed 3 years ago
@Aloike thank you for reporting this, and apologies for the confusion. I've honestly never heard of a generate
subcommand before... it looks like that page has been in our docs repo for awhile, will check in with our docs team to investigate
The docs have been updated, closing this
Steps to reproduce:
I wrote a Bash script to reproduce/highlight the issue in Docker (see below).
What it basically does:
influx setup
command;influxd generate simple
command.The last command fails with the following error:
Expected behavior: Given this page, I would expect the
generate
command to be "known" in InfluxDB 2.0. Even if not used correctly/not available (due to the running influxd instance).Actual behavior:
influxd generate simple
fails with the following error:Environment info:
Linux 5.4.0-77-generic x86_64
InfluxDB 2.0.7 (git: 2a45f0c037) build_date: 2021-06-04T19:17:40Z
Config:
Following is the script I'm using to test this: