Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSHereNow
0.1.0
examples/setup-api-key.ps1
Import-Module
(
Join-Path
$PSScriptRoot
'..\PSHereNow.psd1'
)
-Force
$apiKey
=
Read-Host
'Paste your here.now API key'
Set-HereNowApiKey
-ApiKey
$apiKey
|
Format-List