https://github.com/anchordotdev/cli
https://github.com/anchordotdev/cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anchordotdev/cli
- Owner: anchordotdev
- License: mit
- Created: 2023-04-06T03:04:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T15:42:22.000Z (3 months ago)
- Last Synced: 2025-02-13T01:28:55.093Z (3 months ago)
- Language: Go
- Size: 695 KB
- Stars: 446
- Watchers: 7
- Forks: 8
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - anchordotdev/cli - (Go)
README

# Introduction
`anchor` provides a command line interface for the [Anchor.dev](https://anchor.dev) certificate management platform.
- Need a secure browser context for development?
- There's a better option than localhost.
- Effortlessly get HTTPS in your local development environment. Get set up in two easy commmands.For more information visit [Lcl.host](https://lcl.host) or the [Anchor Docs](https://anchor.dev/docs)
## Installation
### macOS
Available via [Homebrew][] or as a downloadable binary from the [releases page][].
#### Homebrew
Install:
```
brew install anchordotdev/tap/anchor
```Upgrade:
```
brew update && brew upgrade anchordotdev/tap/anchor
```### Linux & BSD
Available via [Homebrew][] or as a downloadable binary from the [releases page][].
#### Homebrew
Install:
```
brew install anchordotdev/tap/anchor
```Upgrade:
```
brew upgrade anchordotdev/tap/anchor
```### Windows
Available via [Winget][] or as a downloadable binary from the [releases page][].
### Winget
Install:
```
winget install anchor
```Upgrade:
```
winget upgrade anchor
```### Install from source
Install:
```
go install github.com/anchordotdev/cli/cmd/anchor@latest
```[Winget]: https://learn.microsoft.com/en-us/windows/package-manager/winget/
[Homebrew]: https://brew.sh
[releases page]: https://github.com/anchordotdev/cli/releases/latest## Setup
- After installing, run `anchor lcl` and follow the instructions.