Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Template Repository for Private aqua Registry

License

Notifications You must be signed in to change notification settings

aquaproj/template-private-aqua-registry

Repository files navigation

template-private-aqua-registry

Template Repository for Private aqua Registry

Reference | Contributing

⚠️ Archive this repository

#465

We archived this repository because we can't maintain this repository continuously.

What's aqua?

aqua is a Declarative CLI Version Manager written in Go.

https://aquaproj.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

aqua.yaml

---
# aqua - Declarative CLI Version Manager
# https://aquaproj.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>/aqua-all.yaml:$AQUA_GLOBAL_CONFIG

LICENSE

MIT

About

Template Repository for Private aqua Registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published