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" +}