@settlemint/sdk-cli 1.1.16-prda4bf1e2 → 1.1.16-preefb6e64
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/dist/cli.js +4 -4
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
</p>
|
17
17
|
|
18
18
|
<div align="center">
|
19
|
-
<a href="https://console.settlemint.com/documentation
|
19
|
+
<a href="https://console.settlemint.com/documentation">Documentation</a>
|
20
20
|
<span> • </span>
|
21
21
|
<a href="https://www.npmjs.com/package/@settlemint/sdk-cli">NPM</a>
|
22
22
|
<span> • </span>
|
@@ -131,7 +131,7 @@ settlemint platform create --help
|
|
131
131
|
|
132
132
|
To use the SettleMint CLI, you first need to authenticate with the platform. Create a Personal Access Token (PAT) on the SettleMint platformand paste it when prompted by the login command.
|
133
133
|
|
134
|
-
Visit [the documentation](https://console.settlemint.com/documentation
|
134
|
+
Visit [the documentation](https://console.settlemint.com/documentation) to learn how to create a Personal Access Token.
|
135
135
|
|
136
136
|
Then run the login command and paste your token when prompted:
|
137
137
|
|
package/dist/cli.js
CHANGED
@@ -259517,7 +259517,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
259517
259517
|
var package_default = {
|
259518
259518
|
name: "@settlemint/sdk-cli",
|
259519
259519
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
259520
|
-
version: "1.1.16-
|
259520
|
+
version: "1.1.16-preefb6e64",
|
259521
259521
|
type: "module",
|
259522
259522
|
private: false,
|
259523
259523
|
license: "FSL-1.1-MIT",
|
@@ -259566,8 +259566,8 @@ var package_default = {
|
|
259566
259566
|
"@inquirer/input": "4.1.7",
|
259567
259567
|
"@inquirer/password": "4.0.10",
|
259568
259568
|
"@inquirer/select": "4.0.10",
|
259569
|
-
"@settlemint/sdk-js": "1.1.16-
|
259570
|
-
"@settlemint/sdk-utils": "1.1.16-
|
259569
|
+
"@settlemint/sdk-js": "1.1.16-preefb6e64",
|
259570
|
+
"@settlemint/sdk-utils": "1.1.16-preefb6e64",
|
259571
259571
|
"@types/node": "22.13.10",
|
259572
259572
|
"@types/semver": "7.5.8",
|
259573
259573
|
"@types/which": "3.0.4",
|
@@ -273416,4 +273416,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
273416
273416
|
// src/cli.ts
|
273417
273417
|
sdkCliCommand();
|
273418
273418
|
|
273419
|
-
//# debugId=
|
273419
|
+
//# debugId=9E08178A70219DB664756E2164756E21
|