# 2026

## May 20, 2026

### New features and enhancements

* The `--workspace` flag is now available for the `login` command on macOS. With this flag, you can pass your workspace name directly to the command, skipping the workspace entry step in the web app during authentication. For example, `./cerby-macos login --workspace <workspace-name>`. For more information, read the article [Authenticate with the Cerby CLI](https://help.cerby.com/developer-tools/cerby-cli/authenticate-with-the-cerby-cli).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cerby.com/updates-and-releases/cerby-cli/2026.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
