palm-cli icon indicating copy to clipboard operation
palm-cli copied to clipboard

Palm CLI - the tool-belt for data teams

Results 12 palm-cli issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

## Pull request checklist Before submitting your PR, please review the following checklist: - [x] Consider adding a unit test if your PR resolves an issue. - [x] All new...

**Describe the bug** Running any palm command before a local project has been initialized (`palm init`) displays the old error message encouraging users to run the deprecated `palm scaffold config`...

bug
good first issue

Tracking issue for: - [ ] https://github.com/palmetto/palm-cli/security/code-scanning/7 I think the code here can be simplified since we no longer support Python 3.6, this should remove the need for both import...

**Context** Palm currently requires manual-ish command creation with strings which get passed to the container/host runner. We need a smart way for command chaining to occur so users aren't limited...

enhancement

**Context** What are you trying to do and how would you want to do it differently? Is it something you currently cannot do? I want to have the same bash...

enhancement

**Context** Our rtd documentation does not have code docs. Since we use Google Python heredocs, we can support autodocumentation generation. **Is your feature request related to a problem? Please describe.**...

documentation
enhancement
good first issue

**Context** We use the click context heavily in palm commands since this is how we access the Environment for core functions like run_in_docker. The syntax is a little awkward as...

enhancement
good first issue

**Context** While the interface is still young we could consider simplifying it for readability. since this API is a core user interface for `palm` we probably want it as reads-like-english...

enhancement
(RFC) Request For Comment

**Context** Lots of projects are complex and use more than one image. this is where `palm` could shine, if it supported multiple images **Is your feature request related to a...

enhancement