Pocketbase

Version: 0.38.2 darwin linux windows

Installation Instructions

Linux

Download Pocketbase
{
  "url": "{{ .SVar `.tool.pocketbase.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.pocketbase.download.filename` }}",
  "overwrite": false
}
Extract Pocketbase Release
{
  "destination": "{{ .PTools }}/pocketbase/{{ .SVar `.tool.pocketbase.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.pocketbase.download.filename` }}"
}

MacOS

Download Pocketbase
{
  "url": "{{ .SVar `.tool.pocketbase.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.pocketbase.download.filename` }}",
  "overwrite": false
}
Extract Pocketbase Release
{
  "destination": "{{ .PTools }}/pocketbase/{{ .SVar `.tool.pocketbase.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.pocketbase.download.filename` }}"
}

Binaries