From 3e1e983bf4184c5610d723681ee929d833736a43 Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:04:35 +0200 Subject: [PATCH] add support to cassandra cqlsh (#152) (#153) --- programs/cassandra-cqlsh.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/cassandra-cqlsh.json diff --git a/programs/cassandra-cqlsh.json b/programs/cassandra-cqlsh.json new file mode 100644 index 00000000..33e626af --- /dev/null +++ b/programs/cassandra-cqlsh.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "path": "$HOME/.cassandra/cqlshrc", + "movable": true, + "help": "Alias cqlsh to use a custom configuration location:\n\n```bash\nalias cqlsh=\"cqlsh --cqlshrc=$XDG_CONFIG_HOME/cassandra/cqlshrc\"\n```\n" + }, + { + "path": "$HOME/.cassandra/cqlsh_history", + "movable": true, + "help": "Supported since version _6.20_. Export the following environment variables:\n\n```bash\nexport CQL_HISTORY=\"$XDG_DATA_HOME/cassandra/cqlsh_history\"\n```\n" + } + ], + "name": "cassandra-cqlsh" +}