| **ceph** **compact**
-| **ceph** **config-key** [ *del* | *exists* | *get* | *list* | *dump* | *put* ] ...
+| **ceph** **config-key** [ *rm* | *exists* | *get* | *ls* | *dump* | *set* ] ...
| **ceph** **daemon** *<name>* \| *<path>* *<command>* ...
Manage configuration key. It uses some additional subcommands.
-Subcommand ``del`` deletes configuration key.
+Subcommand ``rm`` deletes configuration key.
Usage::
- ceph config-key del <key>
+ ceph config-key rm <key>
Subcommand ``exists`` checks for configuration keys existence.
ceph config-key get <key>
-Subcommand ``list`` lists configuration keys.
+Subcommand ``ls`` lists configuration keys.
Usage::