Skip to content

Commit

Permalink
add alias sc for shed-contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
siakhooi committed Apr 7, 2024
1 parent e899ae3 commit fe91937
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions Features-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is the list of features added by release. Bug fixing are excluded.

| release | bin | completions | man | config.yaml |
| ------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| `1.12.0`| shed-contexts (sc) | | | |
| `1.11.0`| shed-contexts | | | |
| `1.10.0`| | | | .sheds[].kubeconfig[].prompt-name |
| `1.9.0` | | | shed-kube-resources |
Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ info:
clean:
rm -rf target *.deb *.deb.*sum test/actual-tests

set-version:
scripts/set-version.sh
git-commit-and-push:
scripts/git-commit-and-push.sh
create-release:
scripts/create-release.sh

prepare:
. scripts/prepare-environments-in-codespace.sh

Expand Down
2 changes: 1 addition & 1 deletion docs/shed.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ shed is a program that provides alternate way to run shed programs.
| `shed` | `shed help`, `man shed` | | (This doc) |
| `shed-use` shedCode | | | [📚 Doc](shed-use.md) |
| `shed-kubeconfig-use` kubeconfig-number | | `c0`, `c1`, `c2`, `c3`, `c4` | [📚 Doc](shed-kubeconfig-use.md) |
| `shed-contexts` | `shed contexts` | ||
| `shed-contexts` | `shed contexts` | `sc` ||
| `shed-kubectl-resources` | `shed kubectl-resources` | | [📚 Doc](shed-kubectl-resources.md) |
| `shed-kubectl-apply` | `shed kubectl-apply` | `ka` ||
| `shed-kubectl-delete` | `shed kubectl-delete` | `kd` ||
4 changes: 2 additions & 2 deletions release.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -e

RELEASE_VERSION=1.11.0
RELEASE_TITLE='refactor scripts/set-version.sh'
RELEASE_VERSION=1.12.0
RELEASE_TITLE='add alias sc for shed-contexts'
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.11.0
Version: 1.12.0
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
1 change: 1 addition & 0 deletions src/lib/init.d/shed-init/50-shed-kubeconfig-use
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ alias c1='shed-kubeconfig-use 1'
alias c2='shed-kubeconfig-use 2'
alias c3='shed-kubeconfig-use 3'
alias c4='shed-kubeconfig-use 4'
alias sc='shed-contexts'

0 comments on commit fe91937

Please sign in to comment.