Skip to content

khulnasoftproj/template-private-khulnasoft-registry

Repository files navigation

template-private-khulnasoft-registry

Template Repository for Private khulnasoft Registry

Reference | Contributing

What's khulnasoft?

khulnasoft is a Declarative CLI Version Manager written in Go.

https://khulnasoftproj.github.io/

GitHub Access Token is required

Please set your GitHub Access Token as the environment variable GITHUB_TOKEN or AQUA_GITHUB_TOKEN. GitHub Access Token is required to access private repositories. The scope repo is required.

How to use this repository

  1. Use as Registry
  2. Use as Global Configuration

1. Use as Registry

khulnasoft.yaml

---
# khulnasoft - Declarative CLI Version Manager
# https://khulnasoftproj.github.io/
registries:
  - name: custom # Rename freely
    type: github_content
    repo_owner: <REPO_OWNER>
    repo_name: <REPO_NAME>
    ref: v0.1.0 # renovate: depName=<REPO_OWNER>/<REPO_NAME>
    path: registry.yaml
packages:

2. Use as Global Configuration

About Global Configuration, please see the document.

Checkout this repository and set the environment variable AQUA_GLOBAL_CONFIG.

$ git checkout https://github.com/<REPO_OWNER>/<REPO_NAME>
$ export AQUA_GLOBAL_CONFIG=$PWD/<REPO_NAME>/khulnasoft-all.yaml:$AQUA_GLOBAL_CONFIG

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published