@saptools/bruno 0.2.2 → 0.2.3

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,8 +22,8 @@ Scaffold a CF-aware collection. Resolve requests by `region/org/space/app` short
22
22
  ## ⚡ At a glance
23
23
 
24
24
  ```console
25
- $ saptools-bruno use ap10/acme-prod/api/orders-srv
26
- ✔ Default context set to ap10/acme-prod/api/orders-srv
25
+ $ saptools-bruno use ap10/demo-prod/api/orders-srv
26
+ ✔ Default context set to ap10/demo-prod/api/orders-srv
27
27
 
28
28
  $ saptools-bruno run --env dev
29
29
  ▶ bru run --env dev --env-var accessToken=eyJhbGciOi… (cwd=…/orders-srv)
@@ -63,7 +63,7 @@ You just ran Bruno against a production-grade XSUAA-protected service **without
63
63
 
64
64
  ```bash
65
65
  # 1. Find the service creds on Cockpit
66
- # 2. cf target -o acme-prod -s api
66
+ # 2. cf target -o demo-prod -s api
67
67
  # 3. cf create-service-key orders-srv bruno-key
68
68
  # 4. cf service-key orders-srv bruno-key
69
69
  # 5. Copy clientid / clientsecret / url
@@ -80,7 +80,7 @@ You just ran Bruno against a production-grade XSUAA-protected service **without
80
80
  <td valign="top">
81
81
 
82
82
  ```bash
83
- saptools-bruno use ap10/acme-prod/api/orders-srv
83
+ saptools-bruno use ap10/demo-prod/api/orders-srv
84
84
  saptools-bruno run --env dev
85
85
  ```
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saptools/bruno",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Smart runner for Bruno — CF-aware env metadata, automatic token injection, and shorthand paths",
5
5
  "type": "module",
6
6
  "publishConfig": {