@dotenvx/dotenvx-ops-linux-arm64 0.1.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 (3) hide show
  1. package/LICENSE +71 -0
  2. package/README.md +9 -0
  3. package/package.json +18 -0
package/LICENSE ADDED
@@ -0,0 +1,71 @@
1
+ Dotenvx Ops End-User License Agreement (EULA)
2
+
3
+ Applies to: Dotenvx Ops (CLI, SDKs, and related software)
4
+
5
+ ---
6
+
7
+ Summary
8
+
9
+ Dotenvx Ops is a commercial product. This agreement outlines your rights to use the software, and our expectations in return. It’s written to be understandable, developer-friendly, and fair.
10
+
11
+ By installing, accessing, or using Dotenvx Ops, you agree to these terms.
12
+
13
+ ---
14
+
15
+ 1. License
16
+
17
+ You are granted a non-exclusive, non-transferable, revocable license to use Dotenvx Ops as long as:
18
+ - You have an active license (via paid subscription or evaluation, including time-limited free trials)
19
+ - You do not distribute or sublicense the software
20
+ - You do not attempt to bypass license enforcement or API restrictions
21
+
22
+ ---
23
+
24
+ 2. Use
25
+
26
+ You may:
27
+ - Use Dotenvx Ops internally for your own development or production workflows
28
+ - Install the CLI or SDKs on machines you or your team control
29
+
30
+ You may not:
31
+ - Share the software or source with third parties
32
+ - Offer it as a hosted service, SaaS platform, or similar product
33
+ - Use it in a way that competes with dotenvx.com
34
+
35
+ ---
36
+
37
+ 3. Ownership
38
+
39
+ All rights, title, and interest in Dotenvx Ops remain with DOTENVX LLC. You’re granted limited usage rights, not ownership.
40
+
41
+ ---
42
+
43
+ 4. Termination
44
+
45
+ We may revoke your license if you:
46
+ - Violate these terms
47
+ - Fail to pay your subscription
48
+
49
+ You must stop using the software immediately if your license is terminated.
50
+
51
+ ---
52
+
53
+ 5. Warranty Disclaimer
54
+
55
+ Dotenvx Ops is provided as-is, with no guarantees that it will work for your specific use case. You assume all risk.
56
+
57
+ ---
58
+
59
+ 6. Limitation of Liability
60
+
61
+ We are not liable for any indirect or consequential damages, including loss of data, downtime, or lost profits. Our total liability is limited to the amount you paid us for your license.
62
+
63
+ ---
64
+
65
+ 7. Contact
66
+
67
+ Have questions? Email us at ops@dotenvx.com
68
+
69
+ ---
70
+
71
+ © 2025 DOTENVX LLC. All rights reserved.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ ![dotenvx-ops](https://dotenvx.com/dotenvx-ops-banner.png)
2
+
3
+ > dotenvx-ops-linux-arm64 binary
4
+
5
+ [![npm version](https://img.shields.io/npm/v/@dotenvx/dotenvx-ops-linux-arm64.svg)](https://www.npmjs.com/package/@dotenvx/dotenvx-ops-linux-arm64)
6
+
7
+ [see documentation](https://github.com/dotenvx/dotenvx-ops)
8
+
9
+  
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@dotenvx/dotenvx-ops-linux-arm64",
3
+ "version": "0.1.1",
4
+ "description": "dotenvx-ops-linux-arm64 binary",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/dotenvx/dotenvx-ops-linux-arm64.git"
8
+ },
9
+ "files": [
10
+ "dotenvx-ops",
11
+ "README.md"
12
+ ],
13
+ "author": "@motdotla",
14
+ "license": "See LICENSE",
15
+ "publishConfig": {
16
+ "access": "public"
17
+ }
18
+ }