-
## Problem
One benefit of `dagger shell` is that it could potentially match the *convenience* of bash scripts. 👍 One drawback is that it could potentially match the *portability* of bash scripts 👎 …
-
Hi, I use croc extensively in my workflow and as a result I have written my own simple zsh completion script, which works well me. Just thought of contributing it here so that, other people using the …
-
currently we rely on lots of shell scripts for deployment.
we can replace them with bazel rules, e.g.,
```
bazel run //:deploy_api -- --namespace=
```
-
### Describe the enhancement requested
This is a meta issue. We should create a sub issue per shell script instead of applying ShellCheck lint to all shell scripts by one large pull request. It's d…
-
### Prerequisites and Pre-Issue Checklist
- [X] I'm reporting the issue to the correct repository:
- [MegaMek](https://github.com/MegaMek/megamek/issues)
- [MegaMekLab](https://github.com/MegaMek/meg…
-
### Description
Refactor and clean up the deployment shell scripts (`1_deployTokenContracts.sh`, `2_deployStakingAndGovernance.sh`, etc.).
Extract common code and logic into functions and use them…
-
## Scripts for fish are required in the following document
- [install#linux-macos](https://aquaproj.github.io/docs/install#linux-macos)
following code is written in that document:
```sh
export P…
-
### Description
## Issue
Bake quickly becomes a preferred solution for running CI/CD and local tasks. However, sometimes, we need to run a pre-task, like fetching the current Git commit reference or…
-
### Related problem
Currently, Nushell does not allow script developers to generate Bash and Zsh completion files directly from their Nushell scripts. This limits interoperability, forcing developers…
-
- Update Bash Shell Scripts to latest CFCLI version
**Note**
- Update instructions for deployment/Installation