Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bootstrap tool for local infra set up on macos only #1331

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

samrose
Copy link
Contributor

@samrose samrose commented Nov 20, 2024

What kind of change does this PR introduce?

Usage: nix run .#local-infra-bootstrap -- [options]

Options:
  -h, --help                        Show this help message
  -s, --setup                       Setup the local infrastructure for development NOTE: Requires --infrastructure-repo and --supabase-repo
  --infrastructure-repo <path>           Full path to infrastructure repository directory
  --supabase-repo <path>            Full path to Supabase repository directory
  --aws-yubikey-setup               Install AWS CLI tools with YubiKey support
  --aws-yubikey-setup-no-key        Install AWS CLI tools without YubiKey
  --node-version <version>          Specify Node.js version to install/use (default: 20)

Description:
  Bootstrap the local infrastructure for development.
  This tool wraps homebrew and other tools to install the necessary dependencies.

Examples:
  nix run .#local-infra-bootstrap -- --setup --infrastructure-repo /path/to/infrastructure --supabase-repo /path/to/supabase
  nix run .#local-infra-bootstrap -- --aws-yubikey-setup
  nix run .#local-infra-bootstrap -- --setup --node-version 18

to accompany pr 107 in playbooks

@samrose samrose requested a review from a team as a code owner November 20, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant