Skip to content

feat: Add purge subcommand - #64

Merged
jvicg merged 8 commits into
devfrom
feature/purge-subcommand
May 28, 2026
Merged

feat: Add purge subcommand#64
jvicg merged 8 commits into
devfrom
feature/purge-subcommand

Conversation

@jvicg

Copy link
Copy Markdown
Owner

All the command logic, tests and documentacion is done. The only thing missing is to create the gifs of the command output for the documentation.

Closes#61.

jvicg added 8 commits May 27, 2026 20:18
Add the param use_cache to request method (`_post`, `_get`, etc.) to disable
cache internaly for methods that don't need to use cache, such as
`api.purge()`
This add the commands/purge module and also it params on config.py, a
`print_success` util used when the purge is satisfactory and a couple of
useful exceptions.
Change `Unit test` of for `Suite of tests` to match the rests of docstrings
The var BASE_CLASS was pointing to a wrong module.
@jvicgjvicg changed the title Feature/purge subcommandfeat: Add purge subcommandMay 28, 2026
@jvicgjvicg self-assigned this May 28, 2026
@jvicg
jvicg merged commit 560b61f into devMay 28, 2026
10 checks passed
@jvicg
jvicg deleted the feature/purge-subcommand branch May 28, 2026 13:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jvicg