protobuf.js icon indicating copy to clipboard operation
protobuf.js copied to clipboard

protobufjs-cli not available

Open bluskript opened this issue 4 years ago • 11 comments

I can't find protobufjs-cli on npm even though the README says that it is available. Potentially related to https://github.com/protobufjs/protobuf.js/pull/1535.

bluskript avatar Jan 18 '21 19:01 bluskript

npm i protobufjs-cli-dbx --save

xiaoy-yu avatar Feb 05 '21 08:02 xiaoy-yu

I can't find protobufjs-cli on npm even though the README says that it is available. Potentially related to #1535.

npm i protobufjs-cli-dbx --save

xiaoy-yu avatar Feb 05 '21 08:02 xiaoy-yu

Here the same problem. Why not protobufjs-cli-dbx? @nanpx @scottbessler?

frederikhors avatar Mar 12 '21 18:03 frederikhors

Here the same problem. Why not protobufjs-cli-dbx? @nanpx @scottbessler?

@frederikhors it's not officially part of protobufjs. You can certainly use it in your project, but I don't view that as a long-term solution.

nanpx avatar Mar 18 '21 01:03 nanpx

The ReadMe published to NPM says, "The command line utility lives in the protobufjs-cli package and must be installed separately." But that's not true yet, according to the API docs which say, "moving the CLI to its own package is a work in progress" and includes a link that 404s.

breyed avatar Mar 31 '21 11:03 breyed

+1, https://github.com/protobufjs/protobuf.js/pull/1565 has been marked done but https://www.npmjs.com/package/protobufjs-cli doesn't exist

DavidGoldman avatar Apr 12 '21 20:04 DavidGoldman

@DavidGoldman see https://www.npmjs.com/package/protobufjs-cli-dbx

Can the documentation please be updated?

jeff-bonevich avatar Jun 28 '21 17:06 jeff-bonevich

@DavidGoldman see https://www.npmjs.com/package/protobufjs-cli-dbx

Can the documentation please be updated?

^ see the above thread, namely:

@frederikhors it's not officially part of protobufjs. You can certainly use it in your project, but I don't view that as a long-term solution.

An official release for the CLI would be great

DavidGoldman avatar Aug 11 '21 15:08 DavidGoldman

There is an automated pull request for the protobufjs-cli release that looks to be blocked on approval by a reviewer https://github.com/protobufjs/protobuf.js/pull/1618

ashgti avatar Aug 11 '21 15:08 ashgti

Why not protobufjs-cli-dbx?

Because it's two years old??

pauldraper avatar Oct 28 '21 15:10 pauldraper

This seems to have been fixed, https://www.npmjs.com/package/protobufjs-cli is now a real npm package

stefnotch avatar Jul 21 '22 08:07 stefnotch