2 years ago
Would love the ability to run one-time commands against a service without modifying the start command or making it a part of the start command.
I was running a data migration script and given the one-time nature of it, I should be able to just "run command in service" without going through the build/deploy flow and making it part of the start command.
1 Replies
2 years ago
I could see this kind of feature being interpreted as ssh-like, where users would use it to modify the contents of the ephemeral container and then subsequently lose those changes on the next deployment and wonder what happened (causing additional help threads).
your example doesn't modify the filesystem, and there are plenty more super useful use-cases this could solve that don't involve modifying the ephemeral filesystem, but if this feature is added, it needs to be shrouded heavily in documentation and warnings.