feat: add shorthand for --bucket
to influx delete
(#259)
This commit is contained in:
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
This release upgrades the project to `go` version 1.17.
|
This release upgrades the project to `go` version 1.17.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
1. [259](https://github.com/influxdata/influx-cli/pull/259): Add `-b` shorthand for `--bucket` to `delete`
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
1. [221](https://github.com/influxdata/influx-cli/pull/221): Fix shell completion for top-level `influx` commands.
|
1. [221](https://github.com/influxdata/influx-cli/pull/221): Fix shell completion for top-level `influx` commands.
|
||||||
|
@ -33,7 +33,7 @@ func newDeleteCmd() cli.Command {
|
|||||||
Value: ¶ms.BucketID,
|
Value: ¶ms.BucketID,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "bucket",
|
Name: "bucket, b",
|
||||||
Usage: "The name of the bucket to delete from",
|
Usage: "The name of the bucket to delete from",
|
||||||
EnvVar: "INFLUX_BUCKET_NAME",
|
EnvVar: "INFLUX_BUCKET_NAME",
|
||||||
Destination: ¶ms.BucketName,
|
Destination: ¶ms.BucketName,
|
||||||
|
Reference in New Issue
Block a user