-
[Original discussion on Discord](https://discord.com/channels/711271361523351632/1253324141491261472/1301177970278404157)
Prerequisite: #126
This proposal is for expanding Igniter's CLI support to…
-
Looks like by default the codegen tries to use the "global" pkl cache at `~/.pkl`.
This breaks builds that use strict sandboxing (ex. bazel) that disallow write access outside of the build director…
-
When scaffolding a project, giving options to create the project template.
-
When attempting to use the runtime option --runtimeconfig in order to provide an [application].runtimeconfig.json file to be used when running a dll, the console throws an error that says the option i…
-
### Expected Behavior
- [ ] `--alarms` Lists all pre-set alarms
- [x] `--help` Basic help command like any normal CLI tool
- [x] `help [option]` Displays information about a specific `[option]`
- …
-
`golangci` has a config option to ignore certain paths/dirs: https://golangci-lint.run/usage/configuration/#issues-configuration
I think it would be super useful to have a similar option, I'm down to…
-
Add option -d or --dir
Reference to the main request: https://www.reddit.com/r/ImageGoNord/comments/sx8fl3/question_is_there_a_way_to_process_a_folder/
Wabri updated
5 months ago
-
Another thought.... I'd like to be able to maybe do some PiCW stuff from a web page. To do that, I think that having a CLI of some sort for PiCW would be nice to have available. Something like:
`…
-
### Details
This may be a bit too niche to include, but I'll ask anyway.
### Context
Some applications have unintuitive command-line behaviour, where `executable --option param argument` and `…
-
I'd like to be able to generate an SBOM on every PR to my release branch or tag. I can do this from the CLI with
`
fossa report attribution --debug --format spdx >> myFile
`
I don't see a wa…