Skip to content
Merged
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
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ CLI for [OneCLI](https://onecli.sh) — manage agents, secrets, and configuratio

## Install

Download from [GitHub Releases](https://github.com/onecli/onecli-cli/releases), or build from source:
```bash
curl -fsSL onecli.sh/cli/install | sh
```

Or download from [GitHub Releases](https://github.com/onecli/onecli-cli/releases), or build from source:

```bash
go install github.com/onecli/onecli-cli/cmd/onecli@latest
Expand All @@ -13,17 +17,12 @@ go install github.com/onecli/onecli-cli/cmd/onecli@latest
## Quick Start

```bash
onecli auth login --api-key oc_...
onecli agents list
onecli secrets list
onecli agents create --name "My Agent" --identifier my-agent
```

If the server requires authentication:

```bash
onecli auth login --api-key oc_...
```

## Commands

### Agents
Expand Down
Loading