ak-cli icon indicating copy to clipboard operation
ak-cli copied to clipboard

:bookmark: Collection of useful cli commands

Results 20 ak-cli issues
Sort by recently updated
recently updated
newest added

Add `-f` flag information in tail command https://github.com/arshadkazmi42/ak-cli/blob/master/commands/linux/tail-multiple-files.md

good first issue
Hacktoberfest

`kubectl get po -n {{NAMESPACE}}`

good first issue
Hacktoberfest

add kubectl describe command

good first issue
Hacktoberfest

``` kubectl scale deployment --replicas=1 {SERVICE_NAME] -n {NAMESPACE} ```

help wanted
good first issue
Hacktoberfest

Add branch rename command ``` git branch -m ```

good first issue
first-timers-only
Hacktoberfest

``` docker run -p 127.0.0.1:3306:3306 --name=mysql-server -e MYSQL_ROOT_PASSWORD=root -d mysql ```

good first issue

``` # save your working copy changes git diff > some.patch # re-apply it later git apply some.patch ```

good first issue

``` git diff master..feature_branch ``` Ref: https://devconnected.com/how-to-compare-two-git-branches/

good first issue

https://stackoverflow.com/a/30029351