Skip to content

feature: added group stop docs #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/app/cli/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,20 @@ simplecloud stop server <name>
- `-C, --confirm`: Don't ask for confirmation.
- `-h, --help`: Help for stop.

### Stop Group

Stop all server of a group.

```bash
simplecloud stop group <name>
```

**Flags**

- `--timeout`: Set a timeout that prevents new server from this group to start.
- `-C, --confirm`: Don't ask for confirmation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We changed that to -y I think

- `-h, --help`: Help for stop.

## Upgrade Command

The `upgrade` command upgrades components of the cloud.
Expand Down