• leds@feddit.dk
    link
    fedilink
    arrow-up
    3
    ·
    2 hours ago

    Oh you mean a pipiline defined in yaml, running in poweshell to execute a command in docker on windows?

  • SpikesOtherDog@ani.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    Run a PowerShell script from batch, but call it using start-process as administrator, using a variable for the path and also pass parameters to the script.

  • bobzrkr@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    4 hours ago

    I had to do this yesterday. First I tried ". Then \", finally \" worked. Which doesn’t make sense. But I’m not looking for answers, I’ve got more Jira tickets this sprint.

    • monkeyman512@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      11 hours ago

      I think I have seen a few CLI tools that put the input between an open and close arg like this “-arg1 random passthrough string -arg1-”