vtvz / workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workspace

A handy tools for your daily DevOps routine.

Prerequisite

Install

Add this to your zshrc or bashrc

export JUST_UNSTABLE=true

Add this to your Justfile

mod? ws '.ws/Justfile'

Run these commands

git clone git@github.com:vtvz/workspace.git .ws
# git clone https://github.com/vtvz/workspace.git .ws
just ws install
just ws build
just ws profile [your aws-vault profile name] #optional
just ws shell
just ws psh [your aws-vault profile name] #optional

About


Languages

Language:Shell 56.2%Language:Just 34.6%Language:HCL 9.2%