Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Custom CLI commands to be any (complex) shell commands #260

Merged
merged 8 commits into from Nov 30, 2022

Commits on Nov 20, 2022

  1. Allow Custom CLI commands to be any (complex) shell commands

    ... using mvdan.cc/sh/v3's shell parser and interpreter.
    
    Also execute "valueCommand commands" the same way when defining
    environment variables for custom CLI commands.
    stoned committed Nov 20, 2022
    Copy the full SHA
    f53b981 View commit details
    Browse the repository at this point in the history
  2. Use full package reference

    Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
    stoned and nitrocode committed Nov 20, 2022
    Copy the full SHA
    f3f948d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b8f8c08 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    76752bf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    de34f16 View commit details
    Browse the repository at this point in the history
  6. In verbose mode, display shell command earlier

    This could help debugging failing commands ;-)
    stoned committed Nov 20, 2022
    Copy the full SHA
    73387a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Copy the full SHA
    263e404 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Copy the full SHA
    8eb75df View commit details
    Browse the repository at this point in the history