Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 694 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 694 Bytes

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