lldap-cli 1.2.3 → 1.2.4
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 +5 -0
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,8 +62,13 @@ sudo mv lldap-cli-darwin-x64 /usr/local/bin/lldap-cli
|
|
|
62
62
|
curl -LO https://github.com/madeinoz67/lldap-cli/releases/latest/download/lldap-cli-darwin-arm64
|
|
63
63
|
chmod +x lldap-cli-darwin-arm64
|
|
64
64
|
sudo mv lldap-cli-darwin-arm64 /usr/local/bin/lldap-cli
|
|
65
|
+
|
|
66
|
+
# Windows x64 (untested)
|
|
67
|
+
# Download lldap-cli-windows-x64.zip from the releases page and extract
|
|
65
68
|
```
|
|
66
69
|
|
|
70
|
+
> **Note:** Windows builds are provided but currently untested. Please report any issues.
|
|
71
|
+
|
|
67
72
|
### From Source
|
|
68
73
|
|
|
69
74
|
```bash
|
package/dist/cli.js
CHANGED
|
@@ -3193,7 +3193,7 @@ var ExitCode2 = {
|
|
|
3193
3193
|
// package.json
|
|
3194
3194
|
var package_default = {
|
|
3195
3195
|
name: "lldap-cli",
|
|
3196
|
-
version: "1.2.
|
|
3196
|
+
version: "1.2.4",
|
|
3197
3197
|
description: "CLI tool for managing LLDAP (Lightweight LDAP) users, groups, and schema",
|
|
3198
3198
|
type: "module",
|
|
3199
3199
|
bin: {
|