Code Monkey home page Code Monkey logo

Comments (8)

schlessera avatar schlessera commented on June 6, 2024 2

Before I go about renaming the commands again, I'd like to make sure we're on the same page.

We now have core checksums and plugin checksums (and themes will be aded later as well).

Right now, these are implemented in wp-cli/checksum-command and are named:

  • wp checksum core
  • wp checksum plugin (in separate branch right now)

What we want is:

  • wp core verify-checksums (with alias wp checksum core)
  • wp plugin verify-checksums (with alias wp checksum plugin)

These will stay in the wp-cli/checksum-command repository (instead of splitting them out into the wp-cli/core-command and wp-cli/extension-command repositories.

@danielbachhuber Do you agree with all of the above?

from checksum-command.

danielbachhuber avatar danielbachhuber commented on June 6, 2024 1

I just don't think that this should be split amongst multiple commands. There's a lot of code reuse,

We can use PHP inheritance to DRY our code without forcing our naming structure to a specific pattern.

And the same stack with verify-checksums instead?

Most commands are wp <noun> <verb>. I think we should follow this existing pattern for consistency.

from checksum-command.

schlessera avatar schlessera commented on June 6, 2024

How about wp verify?

  • wp verify core
  • wp verify plugin --all
  • wp verify theme --all
  • wp verify all

from checksum-command.

danielbachhuber avatar danielbachhuber commented on June 6, 2024

wp verify is too ambiguous.

from checksum-command.

schlessera avatar schlessera commented on June 6, 2024

And the same stack with verify-checksums instead?

from checksum-command.

schlessera avatar schlessera commented on June 6, 2024

I just don't think that this should be split amongst multiple commands. There's a lot of code reuse, and the most used scenario will probably be verify all the stuff, once we have implemented that.

from checksum-command.

danielbachhuber avatar danielbachhuber commented on June 6, 2024

👍 from me if it seems fine to you

from checksum-command.

schlessera avatar schlessera commented on June 6, 2024

I'll put my OCD neatly into a drawer away from the laptop, to ignore the repository name mismatch... ;)

from checksum-command.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.