Skip to content

Commit 9f2a0e9

Browse files
committed
fix: all info for cicd
1 parent 67be375 commit 9f2a0e9

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

src/content/docs/de/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Die Capgo CLI ist der Schlüssel zur Integration von Capgo in Ihren CI/CD-Workfl
2222
Der wichtigste Befehl für die CI/CD-Integration ist `upload`:
2323

2424
```shell
25-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY
25+
npx @capgo/cli@latest bundle upload --channel=Production --apikey YOUR_API_KEY
2626
```
2727

2828
Dieser Befehl lädt den aktuellen Web-Build in den angegebenen Kanal hoch. Sie führen dies typischerweise als letzten Schritt in Ihrer CI/CD-Pipeline aus, nachdem Ihr Web-Build erfolgreich abgeschlossen wurde.
@@ -62,7 +62,7 @@ Hier ist eine Beispiel-`releaserc`-Konfigurationsdatei für semantic-release:
6262
[
6363
"@semantic-release/exec",
6464
{
65-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey=YOUR_API_KEY --partial"
65+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey YOUR_API_KEY --partial"
6666
}
6767
],
6868
[

src/content/docs/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npx @capgo/cli@latest bundle upload --channel Production --apikey YOUR_API_KEY -
3434

3535
Alternatively you can provide the key data that way:
3636
```shell
37-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY --key-v2-data=PRIVATE_KEY_CONTENT
37+
npx @capgo/cli@latest bundle upload --channel Production --apikey YOUR_API_KEY --key-v2-data PRIVATE_KEY_CONTENT
3838
```
3939

4040
This command uploads the current web build to the specified channel. You'll typically run this as the last step in your CI/CD pipeline, after your web build has completed successfully.
@@ -74,7 +74,7 @@ Here's a sample `.releaserc` configuration file for semantic-release:
7474
[
7575
"@semantic-release/exec",
7676
{
77-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey=YOUR_API_KEY --partial"
77+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey YOUR_API_KEY --partial"
7878
}
7979
],
8080
[

src/content/docs/es/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ La CLI de Capgo es la clave para integrar Capgo en tu flujo de trabajo CI/CD. Pr
2222
El comando más importante para la integración CI/CD es `upload`:
2323

2424
```shell
25-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY
25+
npx @capgo/cli@latest bundle upload --channel=Production --apikey YOUR_API_KEY
2626
```
2727

2828
Este comando sube la construcción web actual al canal especificado. Normalmente ejecutarás esto como el último paso en tu pipeline CI/CD, después de que tu construcción web se haya completado exitosamente.
@@ -65,7 +65,7 @@ Aquí hay un archivo de configuración `releaserc` de ejemplo para semantic-rele
6565
[
6666
"@semantic-release/exec",
6767
{
68-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey=YOUR_API_KEY --partial"
68+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey YOUR_API_KEY --partial"
6969
}
7070
],
7171
[

src/content/docs/fr/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Le CLI Capgo est la clé pour intégrer Capgo dans votre workflow CI/CD. Il four
2222
La commande la plus importante pour l'intégration CI/CD est `upload` :
2323

2424
```shell
25-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY
25+
npx @capgo/cli@latest bundle upload --channel=Production --apikey YOUR_API_KEY
2626
```
2727

2828
Cette commande télécharge la construction web actuelle vers le canal spécifié. Vous l'exécuterez généralement comme dernière étape de votre pipeline CI/CD, après que votre construction web s'est terminée avec succès.
@@ -62,7 +62,7 @@ Voici un exemple de fichier de configuration `releaserc` pour semantic-release :
6262
[
6363
"@semantic-release/exec",
6464
{
65-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey=YOUR_API_KEY --partial"
65+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey YOUR_API_KEY --partial"
6666
}
6767
],
6868
[

src/content/docs/id/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CLI Capgo adalah kunci untuk mengintegrasikan Capgo ke dalam alur kerja CI/CD An
2222
Perintah yang paling penting untuk integrasi CI/CD adalah `upload`:
2323

2424
```shell
25-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY
25+
npx @capgo/cli@latest bundle upload --channel=Production --apikey YOUR_API_KEY
2626
```
2727

2828
Perintah ini mengunggah build web saat ini ke channel yang ditentukan. Anda biasanya akan menjalankan ini sebagai langkah terakhir dalam pipeline CI/CD Anda, setelah build web Anda berhasil diselesaikan.
@@ -62,7 +62,7 @@ Berikut contoh file konfigurasi `releaserc` untuk semantic-release:
6262
[
6363
"@semantic-release/exec",
6464
{
65-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey=YOUR_API_KEY --partial"
65+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey YOUR_API_KEY --partial"
6666
}
6767
],
6868
[

src/content/docs/it/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ La CLI di Capgo è la chiave per integrare Capgo nel tuo workflow CI/CD. Fornisc
2020
Il comando più importante per l'integrazione CI/CD è `upload`:
2121

2222
```shell
23-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY
23+
npx @capgo/cli@latest bundle upload --channel=Production --apikey YOUR_API_KEY
2424
```
2525

2626
Questo comando carica la build web corrente sul canale specificato. Tipicamente lo eseguirai come ultimo step nella tua pipeline CI/CD, dopo che la build web è stata completata con successo.
@@ -60,7 +60,7 @@ Ecco un esempio di file di configurazione `releaserc` per semantic-release:
6060
[
6161
"@semantic-release/exec",
6262
{
63-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey=YOUR_API_KEY --partial"
63+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextRelease.channel} --apikey YOUR_API_KEY --partial"
6464
}
6565
],
6666
[

src/content/docs/ja/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Capgo CLIは、CapgoをCI/CDワークフローに統合するための鍵とな
2222
CI/CD統合で最も重要なコマンドは`upload`です:
2323

2424
```shell
25-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY
25+
npx @capgo/cli@latest bundle upload --channel=Production --apikey YOUR_API_KEY
2626
```
2727

2828
このコマンドは、現在のWebビルドを指定されたチャンネルにアップロードします。通常、Webビルドが正常に完了した後、CI/CDパイプラインの最後のステップとしてこれを実行します。
@@ -62,7 +62,7 @@ Semantic-releaseは、バージョン管理の自動化とリリースノート
6262
[
6363
"@semantic-release/exec",
6464
{
65-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextReleasechannel} --apikey=YOUR_API_KEY --partial"
65+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextReleasechannel} --apikey YOUR_API_KEY --partial"
6666
}
6767
],
6868
[

src/content/docs/ko/docs/getting-started/cicd-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Capgo CLI는 CI/CD 워크플로우에 Capgo를 통합하는 핵심입니다. 새
2222
CI/CD 통합에서 가장 중요한 명령어는 `upload`입니다:
2323

2424
```shell
25-
npx @capgo/cli@latest bundle upload --channel=Production --apikey=YOUR_API_KEY
25+
npx @capgo/cli@latest bundle upload --channel=Production --apikey YOUR_API_KEY
2626
```
2727

2828
이 명령어는 현재 웹 빌드를 지정된 채널에 업로드합니다. 일반적으로 웹 빌드가 성공적으로 완료된 후 CI/CD 파이프라인의 마지막 단계로 실행됩니다.
@@ -62,7 +62,7 @@ Semantic-release는 버전 관리를 자동화하고 릴리스 노트를 생성
6262
[
6363
"@semantic-release/exec",
6464
{
65-
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextReleasechannel} --apikey=YOUR_API_KEY --partial"
65+
"publishCmd": "npx @capgo/cli@latest bundle upload --channel=${nextReleasechannel} --apikey YOUR_API_KEY --partial"
6666
}
6767
],
6868
[

0 commit comments

Comments
 (0)