Installation and Setup

This Page gives information related to installation and setup of keeper commander sdk

This section provides installation instructions for all supported components of the Keeper Commander platform:

  • Keeper .NET SDK

  • Commander CLI (built on .NET)

  • Power Commander (PowerShell module)

  • Keeper Python SDK

  • Keeper Python CLI (Commander)

All components are cross-platform and compatible with Windows, macOS, and Linux (unless otherwise noted).

The Keeper .NET SDK is used to build custom integrations and applications that interact with Keeper Vault, Secrets Manager, and Enterprise APIs. this is pure .Net Implementation of the Keeper SDK. This requires a prerequisite of Net 8.0 or more. To download this, one of the following ways can be used Add DotNet Package, One of the following can be done

Add Keeper.Sdk Package
dotnet add package Keeper.Sdk 
Add Keeper.Sdk Package Reference
<PackageReference Include="Keeper.Sdk" Version="1.1.0" />

More details related to package can be found here

Once installed, we just need to run the modules, and we can use the modules.

Last updated

Was this helpful?