@dotenvx/dotenvx 1.50.0 → 1.50.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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- [Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.50.0...main)
5
+ [Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.50.1...main)
6
+
7
+ ## [1.50.1](https://github.com/dotenvx/dotenvx/compare/v1.50.0...v1.50.1) (2025-09-18)
8
+
9
+ ### Removed
10
+
11
+ * Remove listed command to `radar` (now `ops`) ([#678](https://github.com/dotenvx/dotenvx/pull/678))
6
12
 
7
13
  ## [1.50.0](https://github.com/dotenvx/dotenvx/compare/v1.49.1...v1.50.0) (2025-09-18)
8
14
 
package/README.md CHANGED
@@ -2535,24 +2535,26 @@ This is known as *Decryption at Access* and is written about in [the whitepaper]
2535
2535
 
2536
2536
   
2537
2537
 
2538
- ## Radar 📡
2538
+ ## Ops 🏰
2539
2539
 
2540
- > [Dotenvx Radar](https://dotenvx.com/radar) is a commercial extension for [dotenvx](https://github.com/dotenvx/dotenvx).
2540
+ [![dotenvx-ops](https://dotenvx.com/dotenvx-ops-banner.png?v=2)](https://dotenvx.com/ops)
2541
2541
 
2542
- *Observe, version, and back up your environment variables at runtime.*
2542
+ > [Dotenvx Ops](https://dotenvx.com/ops) is optional commercial tooling for [dotenvx](https://github.com/dotenvx/dotenvx).
2543
+
2544
+ *Use dotenvx across your team, infrastructure, agents, and more.*
2543
2545
 
2544
2546
  ### Usage
2545
2547
 
2546
- 1. Install Radar
2548
+ 1. Install dotenvx-ops
2547
2549
 
2548
2550
  ```sh
2549
- $ curl -sfS https://dotenvx.sh/radar | sh
2551
+ $ curl -sfS https://dotenvx.sh/ops | sh
2550
2552
  ```
2551
2553
 
2552
2554
  2. Log in
2553
2555
 
2554
2556
  ```sh
2555
- $ dotenvx-radar login
2557
+ $ dotenvx-ops login
2556
2558
  ✔ logged in [username]
2557
2559
  ```
2558
2560
 
@@ -2564,21 +2566,21 @@ $ dotenvx run -- yourcommand
2564
2566
  [dotenvx@1.0.0] injecting env (1) from .env
2565
2567
  ```
2566
2568
 
2567
- That's it! Your environment variables are auto-observed and backed up by [Radar](https://dotenvx.com/radar).
2569
+ That's it! Your environment variables are auto-observed and backed up by [Dotenvx Ops](https://dotenvx.com/ops) radar feature.
2568
2570
 
2569
2571
  ### UI
2570
2572
 
2571
- ![dotenvx-radar](https://dotenvx.com/radar/ui.png)
2573
+ ![dotenvx-ops](https://dotenvx.com/ops/ui.png)
2572
2574
 
2573
2575
  ### CLI
2574
2576
 
2575
2577
  <details><summary>`login`</summary><br>
2576
2578
 
2577
- Log in to [radar](https://dotenvx.com/radar).
2579
+ Log in to [Ops](https://dotenvx.com/ops).
2578
2580
 
2579
2581
  ```sh
2580
- $ dotenvx-radar login
2581
- press Enter to open [https://radar.dotenvx.com/login/device] and enter code [D9C1-03BC]... (Y/n)
2582
+ $ dotenvx-ops login
2583
+ press Enter to open [https://ops.dotenvx.com/login/device] and enter code [D9C1-03BC]... (Y/n)
2582
2584
  ⠹ waiting on browser authorization
2583
2585
  ✔ logged in [username] to this device and activated token [dxo_6kjPifI…]
2584
2586
  ```
@@ -2586,31 +2588,31 @@ press Enter to open [https://radar.dotenvx.com/login/device] and enter code [D9C
2586
2588
  </details>
2587
2589
  <details><summary>`logout`</summary><br>
2588
2590
 
2589
- Log out of [radar](https://dotenvx.com/radar).
2591
+ Log out of [Ops](https://dotenvx.com/ops).
2590
2592
 
2591
2593
  ```sh
2592
- $ dotenvx-radar logout
2594
+ $ dotenvx-ops logout
2593
2595
  ✔ logged out [username] from this device and revoked token [dxo_5ZrwRXV…]
2594
2596
  ```
2595
2597
 
2596
2598
  </details>
2597
2599
  <details><summary>`status`</summary><br>
2598
2600
 
2599
- Check current status of [radar](https://dotenvx.com/radar) - `on` or `off` (logged in or out).
2601
+ Check current status of [Ops](https://dotenvx.com/ops) - `on` or `off` (logged in or out).
2600
2602
 
2601
2603
  ```sh
2602
- $ dotenvx-radar status
2604
+ $ dotenvx-ops status
2603
2605
  on
2604
2606
  ```
2605
2607
 
2606
2608
  </details>
2607
2609
  <details><summary>`settings`</summary><br>
2608
2610
 
2609
- Check and configure various settings for [radar](https://dotenvx.com/radar) - `username`, `token`, and more.
2611
+ Check and configure various settings for [Ops](https://dotenvx.com/ops) - `username`, `token`, and more.
2610
2612
 
2611
2613
  ```sh
2612
- $ dotenvx-radar settings
2613
- Usage: dotenvx-radar settings [options] [command]
2614
+ $ dotenvx-ops settings
2615
+ Usage: dotenvx-ops settings [options] [command]
2614
2616
 
2615
2617
  ⚙️ settings
2616
2618
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.50.0",
2
+ "version": "1.50.1",
3
3
  "name": "@dotenvx/dotenvx",
4
4
  "description": "a secure dotenv–from the creator of `dotenv`",
5
5
  "author": "@motdotla",
@@ -200,7 +200,6 @@ program.command('help [command]')
200
200
  // dotenvx pro
201
201
  program.addHelpText('after', ' ')
202
202
  program.addHelpText('after', 'Advanced: ')
203
- program.addHelpText('after', ' radar 📡 radar')
204
203
  program.addHelpText('after', ' ops 🏰 ops')
205
204
  program.addHelpText('after', ' ext 🔌 extensions')
206
205