Build status

OneTimeSecret

A PowerShell module for OneTimeSecret.com

Install

The OneTimeSecret module is available from the PowerShell Gallery:

Install-Module -Name OneTimeSecret

Usage

Before using any of the commands you will need to run Set-OTSAuthorizationToken to create the authorization header needed for requests

Set-OTSAuthorizationToken -Username user@mail.com -APIKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

You can view your authorization token at any time with the following command:

Get-OTSAuthorizationToken

View documentation on ReadTheDocs.com here

Contribute

Pull requests, suggestions and bug reports welcome

Contribution guidelines

  • Submit a pull request for new features
  • Any new features must come with a valid Pester test
  • No errors should be generated by PSScriptAnalyzer