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

Add gifs for command

Open arshadkazmi42 opened this issue 6 years ago • 0 comments

Add gifs on example usage of command. for all the commands

  • [ ] Docker
    • [ ] Commit docker container
    • [ ] Copy file to docker container
    • [ ] Create and run database using docker cli
    • [x] Create container using image
    • [x] Delete docker container
    • [x] Delete docker image
    • [x] List Containers
    • [x] List Images
    • [ ] Load Saved Image
    • [ ] Login to docker container
    • [ ] Tail docker container logs
  • [ ] Git
    • [x] Check status
    • [x] Clone a repository
    • [x] Commit changes
    • [x] Create a new branch
    • [x] Name Email Config
    • [x] Name Email Config Check
    • [x] Pull changes
    • [x] Push changes
    • [ ] RM Cached
    • [ ] Reset File
    • [x] Stage
    • [x] Stash
    • [ ] Stash File
    • [x] Stash List
    • [x] Stash Revert
  • [ ] Heroku
    • [ ] List running dynos
  • [ ] Mongo
    • [ ] Dump collection from mongoDB
    • [ ] Restore collection to mongoDB
  • [x] NPM
    • [x] Login
    • [x] Init
    • [x] Publish
  • [x] Python
    • [x] Build python project
    • [x] Python deploy to pypi
  • [ ] Scp
    • [ ] Copy from local to server
    • [ ] Copy from server to local
  • [ ] Ssh
    • [ ] Login to Remote Server
  • [x] Zip
    • [x] Zip directory
    • [x] Unzip file

arshadkazmi42 avatar Jan 12 '19 19:01 arshadkazmi42