PSShlink

0.3.0

An unofficial PowerShell module for Shlink (https://shlink.io/), an open-source self-hosted and PHP-based URL shortener application

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSShlink -RequiredVersion 0.3.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSShlink -Version 0.3.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Adam Cook (@codaamok). All rights reserved.

Package Details

Author(s)

  • Adam Cook (@codaamok)

Tags

Shlink url-shortener

Functions

Get-ShlinkDomains Get-ShlinkServer Get-ShlinkTags Get-ShlinkUrl Get-ShlinkVisits New-ShlinkTag New-ShlinkUrl Remove-ShlinkTag Remove-ShlinkUrl Save-ShlinkUrlQrCode Set-ShlinkTag Set-ShlinkUrl

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

# Changed
- Minimum Shlink version updated to 2.5.0
- `Save-ShlinkUrlQrCode` now uses newer API format for the 'size' query parameter
- Check and produce a terminating error if `-ShlinkServer` is not really a Shlink server in all functions
# Fixed
- `-ShlinkServer` and `-ShlinkApiKey` only remembered the first values you use in any of the module's functions. Explicitly passing those parameters to any function again did not use the new server address or API key

FileList

Version History

Version Downloads Last updated
0.12.2 1,752 3/6/2023
0.12.0 9 3/5/2023
0.11.0 10 3/3/2023
0.10.2 53 4/23/2022
0.10.0 16 4/23/2022
0.9.4 37 2/26/2022
0.9.1 34 2/14/2022
0.9.0 15 2/13/2022
0.8.2 71 11/21/2021
0.8.1 15 11/21/2021
0.8.0 16 11/20/2021
0.7.0 81 8/9/2021
0.6.0 37 5/23/2021
0.5.0 32 2/14/2021
0.4.0 22 2/4/2021
0.3.0 (current version) 23 1/23/2021
0.2.0 22 1/2/2021
0.1.0 30 11/27/2020
Show less