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>
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.
The
user-keys
command seems to be largely deprecated, returns an error when calling:bcl user-keys create
@jcvernaleo