.. _essential_commands: Essential Commands at a Glance ============================== Use this page as a cheat-sheet after finishing the guided-tour (tutorial). Next: :doc:`guided_tour` Here is the essential commands in order of the workflow from the local testing to Fargate deployment: .. code-block:: shell handoff -p -w workspace install handoff -p -w run local handoff -p config push handoff -p cloud create_bucket handoff -p files push handoff -p -w run remote_config handoff -p container build handoff -p container run handoff -p container push handoff -p cloud create_resources handoff -p cloud create_task handoff -p cloud schedule Here are the commands to take down: .. code-block:: shell handoff -p cloud unschedule handoff -p cloud delete_task handoff -p cloud delete_resources handoff -p files delete handoff -p config delete handoff -p cloud delete_bucket And here are the commands to remove the additional resources: .. code-block:: shell aws s3 rm --recursive s3://-// aws s3 rb s3://// aws ecr delete-repository --repository-name Here are the commands to create and delete a role (e.g. AWS Role): .. code-block:: shell handoff -p cloud create_role handoff -p cloud delete_role handoff shows help document at the root level or subcommand-level: .. code-block:: shell handoff --help handoff --help # Admin or Run command such as 'run local' handoff cloud [] --help handoff container [] --help handoff [] --help