You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
There are cases where different commands use --server_id , --serverid, and --server-id . We should follow GNU conventions on CLI flags i.e. no underscores.
In cases where the command operates on ID for a particular object that the id should be dropped from the the flag name. For examples:
There are cases where different commands use
--server_id
,--serverid
, and--server-id
. We should follow GNU conventions on CLI flags i.e. no underscores.In cases where the command operates on ID for a particular object that the id should be dropped from the the flag name. For examples:
dcm-terminate-server --server_id 2
➡️dcm-terminate-server --id 2
The old flags would be kept in place and marked as deprecated until Mixcoatl 2.0
The text was updated successfully, but these errors were encountered: