Replies: 2 comments 1 reply
-
I agree with this |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am wondering if does make sense to let the application tell the user when a command will be removed. So, when we add another command that deprecates an old one, we could already explain to the user when this will be removed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With #289 merged, now commands like
flush-all
have been replaced by a new command line parsing syntax likeflush all
. Other commands have been changed, likeconfig-set
that is nowconf set
and so on.So far,
pgagroal-cli
andpgagroal-admin
will emit a warning when the user types an old command, and this is documented.Sooner or later, we should remove the old commands from the command line.
I propose to keep the old commands at least for two minor releases, i.e., to remove them on
1.8
in order to let the users to switch to the new command line.Beta Was this translation helpful? Give feedback.
All reactions