mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
improve bash script to manage planka #688
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yukal on GitHub (Apr 23, 2025).
Is this a feature for the backend or frontend?
Backend
What would you like?
It might be better to have one script file to import and export data from the container?
And, let's say, let's call this script "util"
Why is this needed?
So we could then:
Other information
As an example, let me show you how I use it in my projects:
https://gist.github.com/yukal/228bba6c17bcddba18184334bf4a5745
And this is what the user sees when he runs the utilite without any arguments:
@yukal commented on GitHub (Apr 23, 2025):
Also, to control the container names, we could explicitly name them like this:
This will at least help avoid unexpected automatically generated names.
Then in a bash script we could use these names:
@meltyshev commented on GitHub (Apr 23, 2025):
Hey 👋
That sounds super handy! I also like the idea of setting the container name instead of getting a random one.
@ludat commented on GitHub (May 14, 2025):
Just to clarify I think it would be better to use the
docker-composecli instead of setting a container name, the command above would be: