Skip to content
Brendan Falk edited this page Apr 22, 2021 · 17 revisions

CLI tools we want done before launch!!

How this wiki works

Specs we want done well before launching

Python Community

Javascript Community

Have their own page


docker

Top 60 commands

ps
run
build
exec
context ls
--help
compose up
version
images
pull
start
rm
stop
inspect
login
compose down
info
push
stats
logs
tag
--version
serve
rmi
compose stop
cp
compose build
system prune
image ls
compose logs
compose exec
container ls
compose run
volume ls
compose ps
kill
network ls
image inspect
network create
ls
volume rm
image prune
compose config
template ls
template config
image
image rm
events
volume prune
volume create
restart
network inspect
container rm
compose pull
compose --help
container prune
compose restart
container inspect
compose version
compose rm

docker-compose

Issues coming soon...

kubernetes

Issues coming soon...

doctl

Issues coming soon...

heroku

Issues coming soon...

firebase

Issues coming soon...

python

Issues coming soon...

conda

Issues coming soon...

pyenv

Issues coming soon...

pip

Issues coming soon...

pipenv

Issues coming soon...

jupyter

Issues coming soon...

NPM

Missing Generators

  • [ ]

Subcommands

  • run
    • think this is pretty good
  • install
    • think this is pretty good, just research a little
  • uninstall
    • need a generator for only packages in local
  • support for shortcuts
    • create subcommands for the following and make sure they have the exact same code as the things they are aliased too
    • ![image-20210421180244904](/Users/brendan/Library/Application Support/typora-user-images/image-20210421180244904.png)

npx

  • Build the spec for this
  • The should just be a generator for all the npm packages, the same as the one for npm install
    • e.g. you can try out npx cowsay hello world and it will install the cowsay and run it
  • ![image-20210421180346861](/Users/brendan/Library/Application Support/typora-user-images/image-20210421180346861.png)

Read more about npx here: https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b

yarn

Issues coming soon...

node

Issues coming soon...

curl

  • just the basics done really well
    • add headers
    • add body (as text, json, javascript etc)
    • chose request type (post, get etc)
    • [ ]
Clone this wiki locally