@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.
- package/README.md +4 -4
- 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/
|
|
26
|
-
✔ Default context set to ap10/
|
|
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
|
|
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/
|
|
83
|
+
saptools-bruno use ap10/demo-prod/api/orders-srv
|
|
84
84
|
saptools-bruno run --env dev
|
|
85
85
|
```
|
|
86
86
|
|