Chris Hunt
Chris Hunt
Whenever a user with a space in their last name joins the chat, I can no longer use `@first` syntax. The text doesn't expand to the full username plus colon...
### Brief description of your issue I would like to bootstrap WinGet and several WinGet packages on new Win10 systems. What is the correct approach that handles dependencies appropriately and...
It looks like this is only an issue for binary cmdlets and ToString() on the CmdletInfo object returns the prefixed command name. Fixes #112
**Is your feature request related to a problem? Please describe.** I have a module that uses a DefaultCommandPrefix to disambiguate from built-in cmdlet names. Get-ModuleCommand operates on the key which...
## What problem does this feature solve?: It would be a nice convenience feature if I could `circleci config new` in a repo and it would create a stubbed out...
## What problem does this feature solve?: It would be convenient if the CLI expose some more API methods using information like the git repo and known credentials to populate...
## Meta: **CircleCI CLI Version:** 0.1.15973+ce8624c (release) **Operating System:** ubuntu-20.04 (GitHub Actions) --- ## Current behavior: Creating a secret using store-secret added a `\n` to every value. ``` echo "${!item}"...
I'm going to start this as a placeholder. In my brief searching, I don't see a suitable package to replace pkg/term for Windows terminal support. See [pkg/term/#8](https://github.com/pkg/term/issues/8) ``` go get...
Terraform commands failed with permission denied when using hashicorp-setup-terraform@v1 on Windows
The workflow works as expected from WSL, but from the WIndows client, act is unable to execute commands. There is a little bit of additional context in #437. Debug output...
This should not throw warnings around the LABEL (line4 and 5) ```dockerfile # escape=` FROM microsoft/nanoserver SHELL ["powershell.exe", "-C"] LABEL maintainer="me" ` description="docker container" ``` Use of the backtick is...