Language
English

Command Cheatsheet

Common Docker, Linux, Git, Redis, npm, Kubernetes, database, developer, operations, and cloud CLI commands

Commands are displayed, never executed
This catalog is static reference data. Commands are not executed on your device or server; review paths, container names, clusters, and production targets before copying.

Command directory

224 commands
Docker
docker-ps

List containers

List running or all containers

Official docs

List running or all containers

docker
List containers
Command namedocker
CategoryDocker
Syntax
docker ps
Command editorEdit the command directly, then copy it

togotools.top technical reference

Technical reference

Search common Docker, Linux, Git, Redis, npm, kubectl, PostgreSQL, MySQL, cURL, Python, Terraform, and AWS CLI commands locally in your browser by task, with syntax, examples, and official documentation. The page displays commands but never connects to a terminal or executes anything.

Tools covered

DockerContainers, images, run options, logs, and builds
LinuxFiles, directories, processes, logs, permissions, and archives
GitStatus, history, branches, diffs, commits, and remotes
RedisConnections, keys, SCAN, TTL, and diagnostics
npmInstalls, scripts, dependency trees, audits, and updates
kubectlResources, events, logs, rollouts, and port forwarding
PostgreSQLpsql, schemas, queries, dumps, and restores
MySQLClient, schemas, queries, dumps, and restores
cURLGET, JSON, file transfer, redirects, and retries
PythonVirtualenvs, pip, modules, servers, and syntax checks
TerraformInit, format, plan, apply, and state
AWS CLIIdentity, S3, EC2, CloudWatch, and ECR

Example: follow container logs

Search by task words such as “logs”, “branch”, “dependencies”, or “database”, or filter by tool. Replace container names, paths, namespaces, accounts, and credentials before running a copied command.

shell
docker logs --follow --tail 100 api

Limits

  • Commands come from static reference data. The tool does not open a terminal, connect to Docker/Redis/Kubernetes, or execute commands.
  • The same command may differ by operating system, shell, CLI version, or permissions. Check official documentation before production use.
  • Redis KEYS, container cleanup, permission changes, database restores, Terraform apply/destroy, and cloud operations require extra care. Confirm the target and impact first.

Frequently asked questions

Does this page execute copied commands?

No. It only displays static command text. You decide whether to run a copied command in your own terminal.

Why are not all commands included?

This version focuses on frequent development and troubleshooting tasks across containers, systems, version control, databases, HTTP, Python, infrastructure, and AWS CLI. More commands can be added based on actual usage.