Skip to content

Commit

Permalink
touch up man page - shed-aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
siakhooi committed Apr 23, 2024
1 parent 4167ffd commit 6df23c9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ run-bats-ubuntu:
siakhooi/shed-tester:ubuntu-bats \
bash

in-docker-setup:
deploy-in-docker:
tests/bin/prepare-environments.sh
in-docker-setup:
tests/bin/prepare-environments.sh
tests/bin/prepare-kind-clusters.sh

Expand Down
4 changes: 2 additions & 2 deletions release.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

RELEASE_VERSION=1.24.0
RELEASE_TITLE='add man page - shed-kubectl-secret-decode'
RELEASE_VERSION=1.24.1
RELEASE_TITLE='touch up man page - shed-aliases'

REGISTRY_USERNAME_DOCKER=siakhooi
2 changes: 1 addition & 1 deletion src/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: siakhooi-shed
Version: 1.24.0
Version: 1.24.1
Maintainer: Siak Hooi <siakhooi@gmail.com>
Depends: bash, coreutils, findutils, grep, vim, man-db, sed, siakhooi-devutils-echo-colors (>= 1.0.0), git, siakhooi-textutils (>= 1.7.0), bash-completion, jq
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion src/lib/shed-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

export SHED_VERSION=1.24.0
export SHED_VERSION=1.24.1
8 changes: 4 additions & 4 deletions src/md/shed-aliases.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ List aliases used by shed programs.
\ \ \ \ alias c4='shed-kubeconfig-use 4'\
\ \ \ \ alias h='shed-helm'\
\ \ \ \ alias i='shed-istioctl'\
\ \ \ \ alias k='shed-kubectl'\
\ \ \ \ alias ka='shed-kubectl-apply'\
\ \ \ \ alias kd='shed-kubectl-delete'\
\ \ \ \ alias k-bash='shed-kubectl-exec-bash'\
\ \ \ \ alias k-logs-f='shed-kubectl-logs-follow'\
\ \ \ \ alias k-logs-p='shed-kubectl-logs-previous'\
\ \ \ \ alias k-scale='shed-kubectl-scale'\
\ \ \ \ alias k-sh='shed-kubectl-exec-sh'
\ \ \ \ alias k-sh='shed-kubectl-exec-sh'\
\ \ \ \ alias k='shed-kubectl'\
\ \ \ \ alias ka='shed-kubectl-apply'\
\ \ \ \ alias kd='shed-kubectl-delete'

# LICENSE
MIT
Expand Down
6 changes: 3 additions & 3 deletions tests/bats-test-scripts/man/man-1-shed-aliases.expected
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ EXAMPLES
alias c4=`shed-kubeconfig-use 4'
alias h=`shed-helm'
alias i=`shed-istioctl'
alias k=`shed-kubectl'
alias ka=`shed-kubectl-apply'
alias kd=`shed-kubectl-delete'
alias k-bash=`shed-kubectl-exec-bash'
alias k-logs-f=`shed-kubectl-logs-follow'
alias k-logs-p=`shed-kubectl-logs-previous'
alias k-scale=`shed-kubectl-scale'
alias k-sh=`shed-kubectl-exec-sh'
alias k=`shed-kubectl'
alias ka=`shed-kubectl-apply'
alias kd=`shed-kubectl-delete'

LICENSE
MIT
Expand Down

0 comments on commit 6df23c9

Please sign in to comment.