Skip to content

Commit

Permalink
Better log output for optics
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Jan 31, 2025
1 parent 3866015 commit 508b405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/configure-commands/v1/login
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ $BREW_BIN bundle install --file="$APP_ROOT/Brewfile"
# Ensure AWS Session Manager is up-to-date
install_session_manager

log_info -l "Ensuring tfenv is configured ..."
log_info -l "Ensuring tfenv is configured ..." -q "$QUIET_MODE"
$BREW_BIN link --overwrite tfenv

log_info -l "Checking AWS CLI is the correct version ..." -q "$QUIET_MODE"
if ! "$APP_ROOT/bin/aws/v1/awscli-version"
then
exit 1
Expand All @@ -42,6 +43,7 @@ mkdir -p "$DALMATIAN_CONFIG_STORE"

DALMATIAN_ROLE="dalmatian-admin"

log_info -l "Configuring GPG ..." -q "$QUIET_MODE"
if ! command -v gpg > /dev/null
then
err "GPG is not installed on this system. Please install GPG to continue"
Expand Down

0 comments on commit 508b405

Please sign in to comment.