feat: add shorthand for --bucket
to influx delete
(#259)
This commit is contained in:
parent
1ec4e1590b
commit
76e9ed68d8
@ -4,6 +4,10 @@
|
||||
|
||||
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
|
||||
|
||||
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,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "bucket",
|
||||
Name: "bucket, b",
|
||||
Usage: "The name of the bucket to delete from",
|
||||
EnvVar: "INFLUX_BUCKET_NAME",
|
||||
Destination: ¶ms.BucketName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user