Keygen CLI

Version: 2.9.1 Linux MacOS licensing

Open, enterprise-grade licensing & distribution.

Keygen is a Fair Source software licensing and distribution API, built for developers, by developers.

Installation Instructions

Linux

Download Artefact
{
  "url": "{{ .SVar `.tool.keygen_cli.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.keygen_cli.download.filename` }}",
  "overwrite": false
}
Copy download to tool space
{
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.keygen_cli.download.filename` }}",
  "destination": "{{ .PTools }}/keygen_cli/{{ .SVar `.tool.keygen_cli.download.version` }}/keygen"
}
Make sure artefact is executable
{
  "path": "{{ .PTools }}/keygen_cli/{{ .SVar `.tool.keygen_cli.download.version` }}/keygen",
  "permission_bits": 504
}

MacOS

Download Artefact
{
  "url": "{{ .SVar `.tool.keygen_cli.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.keygen_cli.download.filename` }}",
  "overwrite": false
}
Copy download to tool space
{
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.keygen_cli.download.filename` }}",
  "destination": "{{ .PTools }}/keygen_cli/{{ .SVar `.tool.keygen_cli.download.version` }}/keygen"
}
Make sure artefact is executable
{
  "path": "{{ .PTools }}/keygen_cli/{{ .SVar `.tool.keygen_cli.download.version` }}/keygen",
  "permission_bits": 504
}

Binaries