From 184727c80be923bb7a18c3380e5a5ebacb27581e Mon Sep 17 00:00:00 2001 From: Pavel Skipenes Date: Tue, 6 Jun 2023 16:03:35 +0200 Subject: [PATCH] add influx-cli --- programs/influx-cli.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 programs/influx-cli.json diff --git a/programs/influx-cli.json b/programs/influx-cli.json new file mode 100644 index 00000000..d76f312a --- /dev/null +++ b/programs/influx-cli.json @@ -0,0 +1,11 @@ + +{ + "name": "influx-cli", + "files": [ + { + "path": "$HOME/.influx_history", + "movable": false, + "help": "Currently unsupported\n\n _Relevant issue:_ https://github.com/influxdata/influx-cli/issues/514" + } + ] +}