Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ImIOImI's full-sized avatar

Block or report ImIOImI

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Delete Terraform State By Simple Pat... Delete Terraform State By Simple Pattern
    1
    param (
    2
        [Parameter(Mandatory=$true)][string]$Pattern = "*"
    3
    )
    4
    $currentState = terraform state list
    5
    
                  
  2. cheat-sheets cheat-sheets Public

    Collection of cheat sheets for stuff I use all the time.

  3. Simple Powershell script for switchi... Simple Powershell script for switching a named profile into the default profile
    1
    Param(
    2
        [Parameter(Mandatory = $false)][string]$profile = ""
    3
    )
    4
    
                  
    5
    if ($profile -eq "")
  4. claude-fleet claude-fleet Public

    Desktop app for managing a fleet of Claude Code container instances

    TypeScript 2

  5. argo-terramate-gitops argo-terramate-gitops Public

    Use Terramate to generate Argo manifests

  6. terramate-eks-hubspoke terramate-eks-hubspoke Public

    Bundle-based EKS hub/spoke clusters with Terramate Environments + OpenTofu — one BundleInstance fans out to an ArgoCD hub and dev/prd spokes

    HCL