コマンダーSDKを使用したCLIのプロビジョニング
KeeperコマンダーはオープンソースのPython SDKで、Keeperシステム内でさまざまなボルト機能や管理機能を実行できます。
コマンドラインの使用
$ keeper
usage: keeper [--server SERVER] [--user USER] [--password PASSWORD]
[--version] [--config CONFIG] [--debug]
[command] [options [options ...]]
positional arguments:
command Command
options Options
optional arguments:
--server SERVER, -ks SERVER
Keeper Host address.
--user USER, -ku USER
Email address for the account.
--password PASSWORD, -kp PASSWORD
Master password for the account.
--version Display version
--config CONFIG Config file to use
--debug Turn on debug modeインタラクティブシェル
Keeperのコマンドリファレンス
最終更新