Skip to content

aptitud/aptitud-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aptitud Toolbox

Requrements

Requirements

  • Git
  • PowerShell Core

For some functionality you also need:

  • Google Cloud SDK
  • Google Cloud SDK PowerShell module (Install-Module GoogleCloud)

Login with your aptitud account
gcloud auth login

Installation

Run the following command in a PowerShell Core shell:

& git clone git@github.com:aptitud/aptitud-toolbox.git "$($env:PSModulePath -split [System.IO.Path]::PathSeparator | Select-Object -First 1 | Join-Path -ChildPath 'AptitudToolbox')"

This puts AptitudToolbox to the path where PowerShell looks for modules. Restart the PowerShell Core session.

Functions

To list all functions, you can use

Get-ToolboxCommands

To get help about a function, you can type

Get-Help <function>
# For example
Get-Help Set-Secret

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published