mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-03 15:04:04 +01:00
fix comands
This commit is contained in:
parent
9db1edca03
commit
1f4e79f856
@ -67,7 +67,8 @@ export const commands = (terminalKind: TerminalKind, config?: CommandConfig): st
|
|||||||
// 10. Source .bashrc to update PATH (even if psql was already installed)
|
// 10. Source .bashrc to update PATH (even if psql was already installed)
|
||||||
"source ~/.bashrc",
|
"source ~/.bashrc",
|
||||||
// 11. Verify PostgreSQL installation
|
// 11. Verify PostgreSQL installation
|
||||||
"psql --version"
|
"psql --version",
|
||||||
|
`psql 'read -p "Enter Database Name: " dbname && read -p "Enter Username: " username && host=${config.endpoint} port=5432 dbname=$dbname user=$username sslmode=require'`
|
||||||
];
|
];
|
||||||
case TerminalKind.Mongo:
|
case TerminalKind.Mongo:
|
||||||
return [
|
return [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user