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

Need to plan about converting this into a website

help wanted

``` aws eks --region {REGION_NAME} update-kubeconfig --name {CLUSTER NAME} ```

Add gifs on example usage of command. for all the commands - [ ] Docker - [ ] Commit docker container - [ ] Copy file to docker container -...

help wanted
good first issue

`kill $(lsof -t -i:8080)` Command kills the process running at port 8080 with this include the usage of `-9` flag

good first issue

https://stackoverflow.com/a/44295532

good first issue

docker run -it /bin/bash

help wanted
good first issue

`kafka-console-consumer --bootstrap-server localhost:9092 --topic test_log --from-beginning`

help wanted
good first issue

`kafka-consumer-groups --bootstrap-server localhost:9092 --group kafka-group --topic test_log --reset-offsets --to-earliest --execute`

help wanted
good first issue

Kafka create topic command is missing `{{TOPIC_NAME}}` description

help wanted
good first issue

Create a text logo for readme For inspiration refer this https://dribbble.com/tags/text_logo

help wanted
design