@reason-machines/cli-darwin-arm64 0.2.59 → 0.2.61

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/LICENSE ADDED
@@ -0,0 +1,16 @@
1
+ Reason Machines CLI - license notice
2
+ Copyright (c) 2026 Reason Machines, Inc.
3
+
4
+ Reason CLI is proprietary software, not an open-source release.
5
+ Use is governed by the Reason Machines Terms of Service:
6
+ https://reasonmachines.com/terms-of-service
7
+
8
+ Those Terms grant a limited, non-exclusive, non-transferable, revocable
9
+ license to use the Service in accordance with the Terms, including use
10
+ for personal or commercial projects. This notice does not replace or
11
+ expand that agreement.
12
+
13
+ Third-party components remain governed by their respective licenses.
14
+ Nothing in this notice limits rights granted under those licenses.
15
+ See THIRD_PARTY_NOTICES.txt and licenses included alongside runtime files.
16
+ Licensing questions: contact@reasonmachines.com
package/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # Reason Machines CLI
2
+
3
+ Native package for darwin-arm64. Install the portable wrapper below; it selects your platform.
4
+
5
+ ## Install
6
+
7
+ ~~~sh
8
+ npm install -g @reason-machines/cli
9
+ reason --version
10
+ reason login
11
+ ~~~
12
+
13
+ Requires Node.js 18 or newer for npm installation. Both reason and the compatibility alias ara are installed.
14
+
15
+ Platforms: macOS Apple Silicon and Intel; Linux ARM64 and x64 with glibc or musl; Windows ARM64 and x64.
16
+
17
+ ## Use
18
+
19
+ ~~~sh
20
+ reason --help
21
+ reason session --help
22
+ reason worker --help
23
+ ~~~
24
+
25
+ Cloud commands require sign-in. Local device work is optional and requires explicit setup and permissions.
26
+
27
+ ## Update
28
+
29
+ ~~~sh
30
+ npm install -g @reason-machines/cli@latest
31
+ ~~~
32
+
33
+ To pin a release, append its version, for example @reason-machines/cli@0.2.60.
34
+
35
+ ## Support and licensing
36
+
37
+ - Website: https://reasonmachines.com
38
+ - Documentation: https://docs.reasonmachines.com
39
+ - Support: https://reasonmachines.com/contact
40
+
41
+ Reason CLI is proprietary and governed by the Terms of Service linked in LICENSE.
42
+ Third-party components have separate licenses documented in THIRD_PARTY_NOTICES.txt.
43
+ The linked source repository is private. Its metadata identifies the GitHub OIDC publisher; it does not grant source access.