Hello, i want to use forest-cli for my CI/CD setup but getting errors while running forest environments:list
Expected behavior
Get environments list.
Actual behavior
Getting js error trace.
Failure Logs
forest environments:list
TypeError: Cannot read property 'toString' of null
at /usr/local/lib/node_modules/forest-cli/node_modules/cli-table/lib/index.js:182:27
at Array.forEach (<anonymous>)
at generateRow (/usr/local/lib/node_modules/forest-cli/node_modules/cli-table/lib/index.js:181:11)
at /usr/local/lib/node_modules/forest-cli/node_modules/cli-table/lib/index.js:275:16
at Table.forEach (<anonymous>)
at Table.toString (/usr/local/lib/node_modules/forest-cli/node_modules/cli-table/lib/index.js:258:10)
at EnvironmentsRenderer.render (/usr/local/lib/node_modules/forest-cli/src/renderers/environments.js:38:20)
at EnvironmentCommand.runIfAuthenticated (/usr/local/lib/node_modules/forest-cli/src/commands/environments.js:19:31)
at async EnvironmentCommand.run (/usr/local/lib/node_modules/forest-cli/src/abstract-authenticated-command.js:23:14)
at async EnvironmentCommand._run (/usr/local/lib/node_modules/forest-cli/node_modules/@oclif/command/lib/command.js:29:20)
at async Config.runCommand (/usr/local/lib/node_modules/forest-cli/node_modules/@oclif/config/lib/config.js:151:9)
at async Main.run (/usr/local/lib/node_modules/forest-cli/node_modules/@oclif/command/lib/main.js:21:9)
at async Main._run (/usr/local/lib/node_modules/forest-cli/node_modules/@oclif/command/lib/command.js:29:20)
Context
node --version
v12.12.0
npm --version
6.11.3
forest version
forest-cli/2.2.4 darwin-x64 node-v12.12.0