# Bedrock cheat-sheet | **command** | **what it does** | |:-----------------------------------------------------|:-------------------------------------------------------| | `brl list` | list currently integrated strata | | `brl fetch` | acquite new strata and list fetchable | | `brl fetch -L` | list supported stata | | `brl fetch -X` | list experimental strata | | `brl fetch -LX` | list both supported and experimental strata | | `brl enable [strata]` | enable stratum | | `brl disable [strata]` | disable stratum | | `brl remove [strata]` | remove stratum | | `brl remove -d [strata]` | disable and then remove stratum | | `brl which [sth you want to check]` | check which stata provides what you're asking for | | `brl fetch -R [strata name]` | list releases of a given strata | | `brl fetch -n [name] -r [release name] [stata name]` | fetch strata and specify it's release | | `brl fetch -A [stata name]` | list supported architectures for a given strata | | `brl fetch -a [architecture] -L` | list stratas supporting given architecture | | `brl fetch -a [architecture] [strata]` | fetch strata with specified architecture* | | `strat [strata] [command]` | run command from specific strata | | `strat -r [strata] [command]` | restrict strata from seeing cross-stratum hooks | | `strat -u [strata] [command]` | unrestrict strata from seeing cross-stratum hooks | | `brl apply` | apply changes made to `/bedrock/etc/bedrock.conf` file | * there's an experimental support for non-native instruction sets via qemu