Appearance
Usage Guide
This guide explains how to use the DevSheets CLI and provides a detailed list of available commands.
DevSheets CLI Commands
The DevSheets CLI allows you to access cheatsheets directly from your terminal.
Basic Syntax
To use the CLI, use the following syntax:
bash
devsheets <topic> <command><topic>: The main category (e.g.,bash,git,docker).<command>: The specific sub-topic or area of interest.
Examples
- Bash Directory Commands:bash
devsheets bash dir - Docker Basics:bash
devsheets docker basics - Git Branching:bash
devsheets git branch
Detailed Command List
Below is a breakdown of all available topics and their corresponding commands.
Bash (bash)
Common commands for shell scripting and navigation.
bash,condition,dir,files,networking,operators,permissions,print,process,shortcuts,var
Docker (docker)
Container management and deployment.
basics,build,container,deploy,docker,dockerhub,images,networks,system,volumes
Gemini (gemini)
Gemini CLI specific documentation.
download,gemini,install
Git (git)
Version control essentials.
branch,clone,commit,config,git,history,merg,pull,push,repo,reset
GitHub (github)
GitHub-specific commands and directory structures.
Additional,dir,github
IDE (ide)
Tools and tips for development environments.
ide,tools
Linux (linux)
Linux system navigation and storage.
linux,nav,storage
Tmux (tmux)
Terminal multiplexer workflows and commands.
copy,help,misc,panes,sessions,shortcuts,tmux,windows
AWS (aws)
Amazon Web Services commands and references.
amplify,api,aws,cloudfront,cloudwatch,cognito,config,dynamo,ebs,ec2,ecs,eks,elasticache,elbv2,iam,lambda,rds,route53,s3,sns,sqs
Azure (azure)
Microsoft Azure services and commands.
account,additional,aks,azure,basic,containers,data,db,devops,hybrid,install,iot,manage,ml,monitor,network,security,storage,vm,webapp
Gcloud (gcloud)
Google Cloud CLI topics and commands.
additional,ai,backup,basic,compute,containers,data,devops,edge,events,gcloud,gke,iam,industry,manage,monitor,network,projects,run,security,storage,alpha
Home Screen
To see the welcome screen with ASCII art and a general overview, simply run the command without any sub-arguments:
bash
devsheetsImportant Notes
- Case Sensitivity: Command arguments are case-sensitive. For example, use
devsheets github Additionalto access the specific GitHub guide. - Missing Commands: If you enter a topic or command that doesn't exist, the CLI will return "Cheatsheet not found".