Documentation Index
Fetch the complete documentation index at: https://errand.nuvrel.dev/llms.txt
Use this file to discover all available pages before exploring further.
keys(inputMap) returns a list of all keys in inputMap, sorted lexicographically.
Signature
Example
Iterate over a map of environment-specific replica counts and print a summary before deploying:Notes
- Keys are returned in sorted order, which makes the output deterministic across runs.
keysalso works on objects. When applied to an object, it returns the attribute names as a tuple sorted lexicographically.- To get the values, use
values. To get both, iterate over the map directly in a shell command.