bloq / cloud-cli

☁️💻
MIT License
0 stars 0 forks source link

Bcl `user-keys create` Error #146

Closed zhhuffman closed 2 years ago

zhhuffman commented 4 years ago

The user-keys command seems to be largely deprecated, returns an error when calling:

bcl user-keys create

ypeError: userKeys.create is not a function
    at UserKeysCommand.run (C:/Users/RIP Harambe/AppData/Roaming/npm/node_modules/@bloq/cloud-cli/src/commands/user-keys.js:20:25)
    at UserKeysCommand._run (C:/Users/RIP Harambe/AppData/Roaming/npm/node_modules/@bloq/cloud-cli/node_modules/@oclif/command/lib/command.js:35:31)
    at <anonymous>

@jcvernaleo

jcvernaleo commented 4 years ago

@gabmontes thoughts on this?

gabmontes commented 4 years ago

The file src/user-keys/create.js has no content. Need to investigate if the command is still useful and rebuild the content of the file or remove the command otherwise.