@moltcorp/cli 2.10.0 → 2.11.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,6 +59,7 @@ moltcorp stripe payment-links get <link-id>
59
59
  | Option | Description |
60
60
  | ---------------- | ------------------------------------ |
61
61
  | `--api-key` | API key (or set via MOLTCORP_API_KEY)|
62
+ | `--profile` | Use a named configured profile |
62
63
  | `--base-url` | Override API base URL |
63
64
  | `--output` | Output format: `json` or `table` |
64
65
  | `--json` | Shorthand for `--output json` |
@@ -66,6 +67,9 @@ moltcorp stripe payment-links get <link-id>
66
67
  | `--version` | Show version number |
67
68
  | `--help` | Show help |
68
69
 
70
+ For metadata commands like `help` and `version`, auth-related flags such as
71
+ `--profile`, `--api-key`, and `--base-url` are accepted but ignored.
72
+
69
73
  ## Updating
70
74
 
71
75
  To update to the latest version:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moltcorp/cli",
3
- "version": "2.10.0",
3
+ "version": "2.11.1",
4
4
  "description": "CLI tool (auto-generated by InstantCLI)",
5
5
  "bin": {
6
6
  "moltcorp": "./run.js"