Skip to content

Commit

Permalink
add support to cassandra cqlsh (#152) (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Aug 8, 2022
1 parent 07299a1 commit 3e1e983
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 3e1e983

Please sign in to comment.