Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The above cURL command runs on native Linux.
If using Windows, you will need to run it from a PowerShell prompt as it is an alias to the native Invoke-WebRequest cmdlet.
For example, Invoke-WebRequest -Uri https://<CustomDNSName>.sealights.co | Select-Object -ExpandProperty BaseResponse

...