herdux-cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/README.pt-BR.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ A fast, interactive CLI that removes friction from daily local database workflow
|
|
|
14
14
|
|
|
15
15
|
> Optimized for local and development environments. Production use is supported with explicit configuration.
|
|
16
16
|
|
|
17
|
-
<p align="center">
|
|
17
|
+
<!-- <p align="center">
|
|
18
18
|
<img src=".github/herdux.gif" alt="herdux terminal gif" width="1220" />
|
|
19
|
-
</p>
|
|
19
|
+
</p> -->
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
package/README.pt-BR.md
CHANGED
|
@@ -14,9 +14,9 @@ Uma CLI rápida e interativa que remove a fricção dos workflows diários com b
|
|
|
14
14
|
|
|
15
15
|
> Otimizado para ambientes locais e de desenvolvimento. O uso em produção é suportado com configuração explícita.
|
|
16
16
|
|
|
17
|
-
<p align="center">
|
|
17
|
+
<!-- <p align="center">
|
|
18
18
|
<img src=".github/herdux.gif" alt="herdux terminal gif" width="1220" />
|
|
19
|
-
</p>
|
|
19
|
+
</p> -->
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ program
|
|
|
14
14
|
.name("herdux")
|
|
15
15
|
.helpCommand(false)
|
|
16
16
|
.description("A modern CLI to Database management")
|
|
17
|
-
.version("0.1.
|
|
17
|
+
.version("0.1.2")
|
|
18
18
|
.option("-H, --host <host>", "Database host")
|
|
19
19
|
.option("-p, --port <port>", "Database port (auto-detected if omitted)")
|
|
20
20
|
.option("-U, --user <user>", "Database user")
|