Skip to content

Commit ff48a5e

Browse files
committed
Fixed urls
1 parent 7c20ee5 commit ff48a5e

File tree

13 files changed

+72
-350
lines changed

13 files changed

+72
-350
lines changed

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
5757
### Quick Install (Unix/Linux/macOS)
5858
```bash
59-
curl -fsSL https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.sh | bash
59+
curl -fsSL https://raw.githubusercontent.com/example42/sai/main/scripts/install.sh | bash
6060
```
6161
6262
### Quick Install (Windows PowerShell)
6363
```powershell
64-
iwr -useb https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.ps1 | iex
64+
iwr -useb https://raw.githubusercontent.com/example42/sai/main/scripts/install.ps1 | iex
6565
```
6666
6767
### Manual Installation
@@ -192,9 +192,9 @@ jobs:
192192
uses: mislav/bump-homebrew-formula-action@v2
193193
with:
194194
formula-name: sai
195-
homebrew-tap: sai-cli/homebrew-tap
195+
homebrew-tap: example42/homebrew-tap
196196
base-branch: main
197-
download-url: https://github.com/sai-cli/sai/releases/download/${{ needs.create-release.outputs.version }}/sai-${{ needs.create-release.outputs.version }}-darwin-amd64.tar.gz
197+
download-url: https://github.com/example42/sai/releases/download/${{ needs.create-release.outputs.version }}/sai-${{ needs.create-release.outputs.version }}-darwin-amd64.tar.gz
198198
commit-message: |
199199
Update sai to ${{ needs.create-release.outputs.version }}
200200

β€Ž.goreleaser.ymlβ€Ž

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ changelog:
8585

8686
release:
8787
github:
88-
owner: sai-cli
88+
owner: example42
8989
name: sai
9090
draft: false
9191
prerelease: auto
@@ -99,17 +99,17 @@ release:
9999
100100
**Unix/Linux/macOS:**
101101
```bash
102-
curl -fsSL https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.sh | bash
102+
curl -fsSL https://raw.githubusercontent.com/example42/sai/main/scripts/install.sh | bash
103103
```
104104
105105
**Windows PowerShell:**
106106
```powershell
107-
iwr -useb https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.ps1 | iex
107+
iwr -useb https://raw.githubusercontent.com/example42/sai/main/scripts/install.ps1 | iex
108108
```
109109
110110
**Homebrew (macOS/Linux):**
111111
```bash
112-
brew install sai-cli/tap/sai
112+
brew install example42/tap/sai
113113
```
114114
115115
### Manual Installation
@@ -127,17 +127,17 @@ release:
127127
128128
---
129129
130-
**Full Changelog**: https://github.com/sai-cli/sai/compare/{{ .PreviousTag }}...{{ .Tag }}
130+
**Full Changelog**: https://github.com/example42/sai/compare/{{ .PreviousTag }}...{{ .Tag }}
131131
132132
brews:
133133
- name: sai
134134
repository:
135-
owner: sai-cli
135+
owner: example42
136136
name: homebrew-tap
137137
branch: main
138138
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
139139
folder: Formula
140-
homepage: https://github.com/sai-cli/sai
140+
homepage: https://github.com/example42/sai
141141
description: "Universal software management CLI tool"
142142
license: MIT
143143
skip_upload: auto
@@ -158,8 +158,8 @@ nfpms:
158158
- id: sai
159159
package_name: sai
160160
vendor: SAI CLI Team
161-
homepage: https://github.com/sai-cli/sai
162-
maintainer: SAI CLI Team <team@sai-cli.dev>
161+
homepage: https://github.com/example42/sai
162+
maintainer: SAI CLI Team <sai@example42.com>
163163
description: Universal software management CLI tool
164164
license: MIT
165165
formats:
@@ -191,12 +191,12 @@ publishers:
191191
ids:
192192
- sai
193193
dir: "{{ dir .ArtifactPath }}"
194-
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/sai-cli/
194+
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/example42/
195195

196196
dockers:
197197
- image_templates:
198-
- "ghcr.io/sai-cli/sai:{{ .Version }}-amd64"
199-
- "ghcr.io/sai-cli/sai:latest-amd64"
198+
- "ghcr.io/example42/sai:{{ .Version }}-amd64"
199+
- "ghcr.io/example42/sai:latest-amd64"
200200
dockerfile: Dockerfile
201201
use: buildx
202202
build_flag_templates:
@@ -206,8 +206,8 @@ dockers:
206206
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
207207
- "--label=org.opencontainers.image.version={{.Version}}"
208208
- image_templates:
209-
- "ghcr.io/sai-cli/sai:{{ .Version }}-arm64"
210-
- "ghcr.io/sai-cli/sai:latest-arm64"
209+
- "ghcr.io/example42/sai:{{ .Version }}-arm64"
210+
- "ghcr.io/example42/sai:latest-arm64"
211211
dockerfile: Dockerfile
212212
use: buildx
213213
build_flag_templates:
@@ -219,14 +219,14 @@ dockers:
219219
goarch: arm64
220220

221221
docker_manifests:
222-
- name_template: "ghcr.io/sai-cli/sai:{{ .Version }}"
222+
- name_template: "ghcr.io/example42/sai:{{ .Version }}"
223223
image_templates:
224-
- "ghcr.io/sai-cli/sai:{{ .Version }}-amd64"
225-
- "ghcr.io/sai-cli/sai:{{ .Version }}-arm64"
226-
- name_template: "ghcr.io/sai-cli/sai:latest"
224+
- "ghcr.io/example42/sai:{{ .Version }}-amd64"
225+
- "ghcr.io/example42/sai:{{ .Version }}-arm64"
226+
- name_template: "ghcr.io/example42/sai:latest"
227227
image_templates:
228-
- "ghcr.io/sai-cli/sai:latest-amd64"
229-
- "ghcr.io/sai-cli/sai:latest-arm64"
228+
- "ghcr.io/example42/sai:latest-amd64"
229+
- "ghcr.io/example42/sai:latest-arm64"
230230

231231
signs:
232232
- cmd: cosign

β€ŽCODE_OF_CONDUCT.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
[team@sai-cli.dev](mailto:team@sai-cli.dev).
63+
[sai@example42.com](mailto:sai@example42.com).
6464

6565
All complaints will be reviewed and investigated promptly and fairly.
6666

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Thank you for your interest in contributing to SAI CLI! This guide will help you
1717

1818
## Code of Conduct
1919

20-
This project and everyone participating in it is governed by our [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [team@sai-cli.dev](mailto:team@sai-cli.dev).
20+
This project and everyone participating in it is governed by our [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [sai@example42.com](mailto:sai@example42.com).
2121

2222
## Getting Started
2323

@@ -33,7 +33,7 @@ This project and everyone participating in it is governed by our [Code of Conduc
3333
1. **Fork the repository** on GitHub
3434
2. **Clone your fork** locally:
3535
```bash
36-
git clone https://github.com/YOUR_USERNAME/sai.git
36+
git clone https://github.com/example42/sai.git
3737
cd sai
3838
```
3939
3. **Set up the development environment**:
@@ -451,7 +451,7 @@ docs(examples): add MongoDB configuration examples
451451
- **GitHub Issues**: Bug reports and feature requests
452452
- **GitHub Discussions**: Questions and general discussion
453453
- **Pull Requests**: Code review and collaboration
454-
- **Email**: [team@sai-cli.dev](mailto:team@sai-cli.dev) for private matters
454+
- **Email**: [sai@example42.com](mailto:sai@example42.com) for private matters
455455

456456
### Getting Help
457457

@@ -520,5 +520,5 @@ Happy contributing! πŸš€
520520

521521
For questions about contributing, please:
522522
- πŸ“– Read the [documentation](README.md)
523-
- πŸ’¬ Start a [discussion](https://github.com/sai-cli/sai/discussions)
524-
- πŸ“§ Email us at [team@sai-cli.dev](mailto:team@sai-cli.dev)
523+
- πŸ’¬ Start a [discussion](https://github.com/example42/sai/discussions)
524+
- πŸ“§ Email us at [sai@example42.com](mailto:sai@example42.com)

β€ŽDockerfileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CMD ["--help"]
5353
# Labels
5454
LABEL org.opencontainers.image.title="SAI CLI"
5555
LABEL org.opencontainers.image.description="Universal software management CLI tool"
56-
LABEL org.opencontainers.image.url="https://github.com/sai-cli/sai"
57-
LABEL org.opencontainers.image.source="https://github.com/sai-cli/sai"
56+
LABEL org.opencontainers.image.url="https://github.com/example42/sai"
57+
LABEL org.opencontainers.image.source="https://github.com/example42/sai"
5858
LABEL org.opencontainers.image.vendor="SAI CLI Team"
5959
LABEL org.opencontainers.image.licenses="MIT"

β€ŽREADME.mdβ€Ž

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SAI - Software Action Interface
22

3-
[![CI](https://github.com/sai-cli/sai/workflows/CI/badge.svg)](https://github.com/sai-cli/sai/actions)
4-
[![Release](https://github.com/sai-cli/sai/workflows/Release/badge.svg)](https://github.com/sai-cli/sai/releases)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/sai-cli/sai)](https://goreportcard.com/report/github.com/sai-cli/sai)
3+
[![CI](https://github.com/example42/sai/workflows/CI/badge.svg)](https://github.com/example42/sai/actions)
4+
[![Release](https://github.com/example42/sai/workflows/Release/badge.svg)](https://github.com/example42/sai/releases)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/example42/sai)](https://goreportcard.com/report/github.com/example42/sai)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

88
SAI is a lightweight CLI tool for executing software management actions using provider-based configurations. The core philosophy is **"Do everything on every software on every OS"** through a unified interface.
@@ -15,30 +15,30 @@ SAI is a lightweight CLI tool for executing software management actions using pr
1515

1616
**Unix/Linux/macOS:**
1717
```bash
18-
curl -fsSL https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.sh | bash
18+
curl -fsSL https://raw.githubusercontent.com/example42/sai/main/scripts/install.sh | bash
1919
```
2020

2121
**Windows PowerShell:**
2222
```powershell
23-
iwr -useb https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.ps1 | iex
23+
iwr -useb https://raw.githubusercontent.com/example42/sai/main/scripts/install.ps1 | iex
2424
```
2525

2626
#### Package Managers
2727

2828
**Homebrew (macOS/Linux):**
2929
```bash
30-
brew install sai-cli/tap/sai
30+
brew install example42/tap/sai
3131
```
3232

3333
**Scoop (Windows):**
3434
```powershell
35-
scoop bucket add sai-cli https://github.com/sai-cli/scoop-bucket
35+
scoop bucket add example42 https://github.com/example42/scoop-bucket
3636
scoop install sai
3737
```
3838

3939
#### Manual Installation
4040

41-
1. Download the latest release from [GitHub Releases](https://github.com/sai-cli/sai/releases)
41+
1. Download the latest release from [GitHub Releases](https://github.com/example42/sai/releases)
4242
2. Extract the archive
4343
3. Move the binary to a directory in your PATH
4444

@@ -261,7 +261,7 @@ sai install nginx --dry-run
261261

262262
```bash
263263
# Clone repository
264-
git clone https://github.com/sai-cli/sai.git
264+
git clone https://github.com/example42/sai.git
265265
cd sai
266266

267267
# Build for current platform
@@ -399,7 +399,7 @@ SAI looks for configuration files in:
399399
Example configuration:
400400

401401
```yaml
402-
saidata_repository: "https://github.com/sai-cli/saidata.git"
402+
saidata_repository: "https://github.com/example42/saidata.git"
403403
default_provider: ""
404404
provider_priority:
405405
apt: 100
@@ -423,7 +423,7 @@ output:
423423
show_exit_codes: true
424424

425425
repository:
426-
git_url: "https://github.com/sai-cli/saidata.git"
426+
git_url: "https://github.com/example42/saidata.git"
427427
local_path: "~/.cache/sai/saidata"
428428
update_interval: "24h"
429429
offline_mode: false
@@ -482,10 +482,10 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
482482

483483
## πŸ“ž Support
484484

485-
- πŸ“– [Documentation](https://github.com/sai-cli/sai/wiki)
486-
- πŸ› [Issue Tracker](https://github.com/sai-cli/sai/issues)
487-
- πŸ’¬ [Discussions](https://github.com/sai-cli/sai/discussions)
488-
- πŸ“§ [Email](mailto:team@sai-cli.dev)
485+
- πŸ“– [Documentation](https://github.com/example42/sai/wiki)
486+
- πŸ› [Issue Tracker](https://github.com/example42/sai/issues)
487+
- πŸ’¬ [Discussions](https://github.com/example42/sai/discussions)
488+
- πŸ“§ [Email](mailto:sai@example42.com)
489489

490490
---
491491

β€Ždocs/FAQ.mdβ€Ž

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ Yes, SAI includes multiple safety features:
3434

3535
Unix/Linux/macOS:
3636
```bash
37-
curl -fsSL https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.sh | bash
37+
curl -fsSL https://raw.githubusercontent.com/example42/sai/main/scripts/install.sh | bash
3838
```
3939

4040
Windows PowerShell:
4141
```powershell
42-
iwr -useb https://raw.githubusercontent.com/sai-cli/sai/main/scripts/install.ps1 | iex
42+
iwr -useb https://raw.githubusercontent.com/example42/sai/main/scripts/install.ps1 | iex
4343
```
4444

4545
**Package managers:**
4646
```bash
4747
# Homebrew (macOS/Linux)
48-
brew install sai-cli/tap/sai
48+
brew install example42/tap/sai
4949

5050
# Scoop (Windows)
51-
scoop bucket add sai-cli https://github.com/sai-cli/scoop-bucket
51+
scoop bucket add example42 https://github.com/example42/scoop-bucket
5252
scoop install sai
5353
```
5454

@@ -307,8 +307,8 @@ actions:
307307
308308
### How do I contribute to SAI?
309309
310-
1. **Report issues**: https://github.com/sai-cli/sai/issues
311-
2. **Suggest features**: https://github.com/sai-cli/sai/discussions
310+
1. **Report issues**: https://github.com/example42/sai/issues
311+
2. **Suggest features**: https://github.com/example42/sai/discussions
312312
3. **Contribute providers**: Create YAML files and submit PRs
313313
4. **Improve documentation**: Help improve guides and examples
314314
5. **Write code**: Contribute to the Go codebase
@@ -334,7 +334,7 @@ All releases include SHA256 checksums:
334334

335335
```bash
336336
# Download checksum file
337-
curl -L -o checksums.txt https://github.com/sai-cli/sai/releases/latest/download/checksums.txt
337+
curl -L -o checksums.txt https://github.com/example42/sai/releases/latest/download/checksums.txt
338338
339339
# Verify binary
340340
sha256sum -c checksums.txt
@@ -399,7 +399,7 @@ SAI has minimal requirements:
399399

400400
### What features are planned?
401401

402-
See our [roadmap](https://github.com/sai-cli/sai/projects) for upcoming features:
402+
See our [roadmap](https://github.com/example42/sai/projects) for upcoming features:
403403
- GUI interface
404404
- Web dashboard
405405
- More specialized providers
@@ -408,7 +408,7 @@ See our [roadmap](https://github.com/sai-cli/sai/projects) for upcoming features
408408

409409
### How can I request features?
410410

411-
1. **Check existing requests**: https://github.com/sai-cli/sai/discussions
411+
1. **Check existing requests**: https://github.com/example42/sai/discussions
412412
2. **Create new discussion**: Describe your use case
413413
3. **Vote on features**: Help prioritize development
414414
4. **Contribute**: Implement features yourself
@@ -427,8 +427,8 @@ Yes, SAI is actively developed and maintained. We follow semantic versioning and
427427
## Still Have Questions?
428428

429429
- πŸ“– [Documentation](../README.md)
430-
- πŸ› [Report Issues](https://github.com/sai-cli/sai/issues)
431-
- πŸ’¬ [Ask Questions](https://github.com/sai-cli/sai/discussions)
432-
- πŸ“§ [Email Support](mailto:team@sai-cli.dev)
430+
- πŸ› [Report Issues](https://github.com/example42/sai/issues)
431+
- πŸ’¬ [Ask Questions](https://github.com/example42/sai/discussions)
432+
- πŸ“§ [Email Support](mailto:sai@example42.com)
433433

434434
We're here to help! πŸš€

β€Ždocs/PROVIDER_DEVELOPMENT.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,4 +561,4 @@ Your contributions help make SAI more useful for everyone!
561561

562562
---
563563

564-
For more information, see the [main documentation](../README.md) or visit the [SAI CLI website](https://sai-cli.dev).
564+
For more information, see the [main documentation](../README.md) or visit the [SAI CLI website](https://example42.com).

0 commit comments

Comments
Β (0)