# Obelisk Terminal Aliases ## `obk-launch` Launches the `obelisk_bringup.launch.py` with specified arguments. Usage: ``` obk-launch config_file_path= device_name= auto_start= ``` Example: ``` obk-launch config_file_path=example.yaml device_name=onboard auto_start=True ``` ## `obk-build` Builds Obelisk. Usage: ``` obk-build ``` ## `obk-clean` Cleans the Obelisk build folders. If the build is failing unexpectedly, it can be useful to run this command and try again. ``` obk-clean ``` ## State Transitions ### `obk-configure` Configure all Obelisk nodes. ``` obk-configure ``` ### `obk-activate` Activate all Obelisk nodes. ``` obk-activate ``` ### `obk-deactivate` Deactivate all Obelisk nodes. ``` obk-deactivate ``` ### `obk-cleanup` Cleanup all Obelisk nodes. ``` obk-cleanup ``` ### `obk-shutdown` Shutdown all Obelisk nodes. ``` obk-shutdown ``` ## Convenience Commands ### `obk-start` Alias for obk-configure. ``` obk-start ``` ### `obk-stop` Alias for obk-deactivate and obk-cleanup. ``` obk-stop ``` ### `obk-kill` Alias for obk-shutdown. ``` obk-kill ``` ### `obk-help` Display the help message. In all the above commands, `` refers to the config field of the config file used for launching obelisk.