You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,13 +256,17 @@ numbers = [1, 1, 2, 3, 5]
256
256
EOF
257
257
```
258
258
259
-
You can then retrieve individual values from the TOML entry using the `-k`/`--key` option flag with the commands `show`, `clip`, and `pick`.
259
+
You can then retrieve individual values from the TOML entry using the `-k`/`--key` option flag with the commands `show`, `clip`, and `pick`, or with the `key` command.
260
260
261
261
```shell
262
262
# Show the user from the TOML entry.
263
263
pago show -k user services/my-api
264
264
# => jdoe
265
265
266
+
# The `key` command is a shortcut for `show --key`.
0 commit comments