https://github.com/stackgenhq/homebrew-stackgen
https://github.com/stackgenhq/homebrew-stackgen
cicd code-analysis helm infrastructure infrastructure-from-code terraform
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackgenhq/homebrew-stackgen
- Owner: stackgenhq
- Created: 2024-05-24T04:07:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-18T06:31:04.000Z (6 months ago)
- Last Synced: 2026-01-18T16:32:40.394Z (6 months ago)
- Topics: cicd, code-analysis, helm, infrastructure, infrastructure-from-code, terraform
- Language: Ruby
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StackGen Homebrew Installation
This guide will walk you through the steps to install `stackgen` using Homebrew.
## Prerequisites
Before you begin, make sure you have the following:
- An account at
- Homebrew installed on your system. If you don't have Homebrew installed, you can install it by running the following command in your terminal:
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
## Installation
Follow these steps to install `stackgen` using Homebrew:
1. Open your terminal.
2. Run the following command to add the stackgen tap:
```shell
brew install stackgenhq/homebrew-stackgen/stackgen
```
3. After the installation is complete, you can verify the installation by running the following command:
```shell
stackgen version
```
This should display the version of `stackgen` installed on your system.
## Configuring
### Using our cloud service
To configure `stackgen`, you need to set your API key. Follow these steps:
1. Log in to your account at .
2. Navigate to your [personal access token settings](https://cloud.stackgen.com/account-settings/pat/).
3. Copy your API key.
4. Run the following command in your terminal to set the API key:
```shell
export STACKGEN_TOKEN=
```
Replace `` with your actual API key.
### Using on-premises installation
```sh
export STACKGEN_URL="https://stackgen."
```
1. Log in to your account at .
2. Navigate to your personal access token settings @ .
3. Copy your API key.
4. Run the following command in your terminal to set the API key:
```shell
export STACKGEN_TOKEN=
```
Replace `` with your actual API key.
## Usage
You can now start using `stackgen`. Run the following command to see the available commands: