1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

feat(cmapi, mcs): MCOL-5525 Single start command for Single Node.

* feat(mcs): new mcs bootstrap-single-node command added into tools pane
This commit is contained in:
mariadb-AlanMologorsky
2025-04-08 15:44:57 +03:00
committed by Alan Mologorsky
parent 727627a012
commit 7c27d803ba
3 changed files with 43 additions and 3 deletions

View File

@ -47,6 +47,9 @@ app.command(
'cspasswd', rich_help_panel='Tools commands',
short_help='Encrypt a Columnstore plaintext password.'
)(tools_commands.cspasswd)
app.command(
'bootstrap-single-node', rich_help_panel='Tools commands',
)(tools_commands.bootstrap_single_node)
@app.command(