@settlemint/dalp-cli 2.1.7-main.22776848622 → 2.1.7-main.22780180229
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 +29 -29
- package/dist/dalp.js +21103 -3403
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -95,35 +95,35 @@ Auto-detection and one-command setup for Claude Code, Codex Desktop, Cursor, and
|
|
|
95
95
|
|
|
96
96
|
## Commands
|
|
97
97
|
|
|
98
|
-
| Command
|
|
99
|
-
|
|
100
|
-
| `login`
|
|
101
|
-
| `logout`
|
|
102
|
-
| `whoami`
|
|
103
|
-
| `token`
|
|
104
|
-
| `token-sale`
|
|
105
|
-
| `token-documents`
|
|
106
|
-
| `identity`
|
|
107
|
-
| `identity-recovery`
|
|
108
|
-
| `kyc`
|
|
109
|
-
| `compliance-template` | Manage compliance templates
|
|
110
|
-
| `asset-type-template` | Manage asset type templates
|
|
111
|
-
| `user`
|
|
112
|
-
| `contact`
|
|
113
|
-
| `account`
|
|
114
|
-
| `admin`
|
|
115
|
-
| `auth`
|
|
116
|
-
| `config`
|
|
117
|
-
| `exchange-rates`
|
|
118
|
-
| `external-token`
|
|
119
|
-
| `fixed-yield`
|
|
120
|
-
| `monitoring`
|
|
121
|
-
| `search`
|
|
122
|
-
| `settings`
|
|
123
|
-
| `system`
|
|
124
|
-
| `transaction`
|
|
125
|
-
| `xvp`
|
|
126
|
-
| `actions`
|
|
98
|
+
| Command | Description |
|
|
99
|
+
| --------------------- | ----------------------------------- |
|
|
100
|
+
| `login` | Authenticate with the DALP platform |
|
|
101
|
+
| `logout` | End the current session |
|
|
102
|
+
| `whoami` | Show the current authenticated user |
|
|
103
|
+
| `token` | Manage security tokens |
|
|
104
|
+
| `token-sale` | Manage token sales |
|
|
105
|
+
| `token-documents` | Manage token-related documents |
|
|
106
|
+
| `identity` | Manage on-chain identities |
|
|
107
|
+
| `identity-recovery` | Recover lost identities |
|
|
108
|
+
| `kyc` | Manage KYC verification |
|
|
109
|
+
| `compliance-template` | Manage compliance templates |
|
|
110
|
+
| `asset-type-template` | Manage asset type templates |
|
|
111
|
+
| `user` | Manage platform users |
|
|
112
|
+
| `contact` | Manage contacts |
|
|
113
|
+
| `account` | Manage accounts |
|
|
114
|
+
| `admin` | Administrative operations |
|
|
115
|
+
| `auth` | Authentication configuration |
|
|
116
|
+
| `config` | CLI configuration |
|
|
117
|
+
| `exchange-rates` | View exchange rates |
|
|
118
|
+
| `external-token` | Manage external tokens |
|
|
119
|
+
| `fixed-yield` | Manage fixed yield instruments |
|
|
120
|
+
| `monitoring` | Platform monitoring |
|
|
121
|
+
| `search` | Search across the platform |
|
|
122
|
+
| `settings` | Platform settings |
|
|
123
|
+
| `system` | System administration |
|
|
124
|
+
| `transaction` | View transactions |
|
|
125
|
+
| `xvp` | Cross-value-payment operations |
|
|
126
|
+
| `actions` | Manage actions |
|
|
127
127
|
|
|
128
128
|
## Security
|
|
129
129
|
|