bloq / cloud-cli

☁️💻
MIT License
0 stars 0 forks source link

bcl conf port fails #43

Closed jcvernaleo closed 5 years ago

jcvernaleo commented 5 years ago
jcv@triforce cloud-cli $ node bin/run conf port
TypeError: Invalid data, chunk must be a string or buffer, not number
    at ConfCommand.print (~/code/bloq/cloud/cloud-cli/node_modules/conf-cli/lib/commands/conf.js:37:24)
    at ConfCommand.run (~/code/bloq/cloud/cloud-cli/node_modules/conf-cli/lib/commands/conf.js:23:26)
    at ConfCommand._run (~/code/bloq/cloud/cloud-cli/node_modules/@oclif/command/lib/command.js:34:31)
    at <anonymous>
ndelvalle commented 5 years ago

I had the same problem trying to set a boolean so I ended up using a string here