Cloud API Overview > @adpt/cloud > formatEnvVars
formatEnvVars() function
Formats an Environment for printing in human-readable format.
Signature:
export declare function formatEnvVars(env: Environment): string;
Parameters
Parameter | Type | Description |
---|---|---|
env | Environment | The environment to be printed. |
Returns:
string
- A string representation of the environment for use in logging or debugging.