Skip to content

Commit

Permalink
add support to cassandra cqlsh (b3nj5m1n#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Aug 7, 2022
1 parent 2a62402 commit 5b6f9c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions programs/cassandra-cqlsh.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 5b6f9c1

Please sign in to comment.