From 56fa6f522bb52d4e20061ca9256a847b7ffcafa8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 9 Oct 2024 22:42:09 -0400 Subject: [PATCH] [CLEANUP] --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 36d9c783..a23cf967 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,33 @@ You can also run this command for help: swarms help ``` +### Output + +```bash + + _________ + / _____/_ _ _______ _______ _____ ______ + \_____ \ \/ \/ /\__ \_ __ \/ \ / ___/ + / \ / / __ \| | \/ Y Y \___ \ +/_______ / \/\_/ (____ /__| |__|_| /____ > + \/ \/ \/ \/ + + + + Swarms CLI - Help + + Commands: + onboarding : Starts the onboarding process + help : Shows this help message + get-api-key : Retrieves your API key from the platform + check-login : Checks if you're logged in and starts the cache + read-docs : Redirects you to swarms cloud documentation! + run-agents : Run your Agents from your agents.yaml + + For more details, visit: https://docs.swarms.world + +``` + For more documentation on the CLI [CLICK HERE](https://docs.swarms.world/en/latest/swarms/cli/main/) ---