... | ... | @@ -4,6 +4,9 @@ Bosh means Bokeh Shell. It is a command line tool for managing bokeh web sites. |
|
|
|
|
|
# Availables commands
|
|
|
|
|
|
__select-db:__//
|
|
|
usage: bosh select-db match-key
|
|
|
match-key is the db-name (of a part of the name) that bosh will try to match among all availables databases. If more than one database match this key, BOsh will ask you for which one you want to select. |
|
|
\ No newline at end of file |
|
|
__select-db:__
|
|
|
usage:
|
|
|
```bash
|
|
|
bosh select-db match-key
|
|
|
```
|
|
|
match-key is the db-name (or a part of the name) that bosh will try to match among all availables databases. If more than one database match this key, Bosh will ask you for which one you want to select. |
|
|
\ No newline at end of file |