Discover Good First Issues for slimtoolkit/slim
-
CLI Enhancement: Ability to specify all command parameters in a json file ("command-params-file" flag) Created: 2023-10-22T16:58:14Z
Right now each CLI command accepts a set of command parameters as separate command line flags. It’s ok for adhoc use, but it’s less ideal for automation. The goal for the “command-params-file” flag is to provide an ability to specify all required command-specific parameters in one JSON formatted file.
There’s already a placeholder for the flag, but there’s no logic to load and process the file data.
This is a good first issue for somebody already comfortable with Go and refactoring a significant amount of CLI flag processing code.
Comments: 5
Unassigned -
Native installers for the major app package managers (deb, rpm, etc) using go-releaser and/or other helper tools Created: 2022-08-27T17:49:22Z
Note: creating a native MacOS installer will be tricky (but possible) on Linux (probably should be a separate issue).
Comments: 4
Unassigned -
Authentication support for the 'pull' sub-command ('registry' command) with an ability to use native registry auth Created: 2022-08-27T17:43:41Z
Native registry auth example: using the AWS key ID and secret directly.
Comments: 5
Unassigned -
docs/readme: CI/CD integration section Created: 2022-08-27T16:52:34Z
Integrating with the CI/CD environments is briefly mentioned in a couple of places, but that’s not enough.
Comments: 3
Unassigned