Skip to content

Commit

Permalink
docs: fix gitlab cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke committed Nov 3, 2023
1 parent faa8cb3 commit 97cc61c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -13396,7 +13396,7 @@
},
{
"lang": "CLI v2",
"source": "phrase gitlab_syncs list \\\n--account_id abcd1234 \\\n--access_token <token>"
"source": "phrase git_lab_sync list \\\n--account_id abcd1234 \\\n--access_token <token>"
}
],
"x-cli-version": "2.5"
Expand Down Expand Up @@ -13466,7 +13466,7 @@
},
{
"lang": "CLI v2",
"source": "phrase gitlab_syncs show \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
"source": "phrase git_lab_sync show \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
}
],
"x-cli-version": "2.5"
Expand Down Expand Up @@ -13561,7 +13561,7 @@
},
{
"lang": "CLI v2",
"source": "phrase gitlab_syncs update \\\n--id <id> \\\n--data '{\"account_id\":\"abcd1234\", \"phrase_project_code\":\"3456abcd\", \"gitlab_project_id\":\"12345\", \"gitlab_branch_name\":\"feature-development\"}' \\\n--access_token <token>"
"source": "phrase git_lab_sync update \\\n--id <id> \\\n--data '{\"account_id\":\"abcd1234\", \"phrase_project_code\":\"3456abcd\", \"gitlab_project_id\":\"12345\", \"gitlab_branch_name\":\"feature-development\"}' \\\n--access_token <token>"
}
],
"x-cli-version": "2.5"
Expand Down Expand Up @@ -13611,7 +13611,7 @@
},
{
"lang": "CLI v2",
"source": "phrase gitlab_syncs delete \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
"source": "phrase git_lab_sync delete \\\n--id <id> \\\n--account_id abcd1234 \\\n--access_token <token>"
}
],
"x-cli-version": "2.5"
Expand Down Expand Up @@ -13678,7 +13678,7 @@
},
{
"lang": "CLI v2",
"source": "phrase gitlab_syncs import \\\n--gitlab_sync_id <gitlab_sync_id> \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token <token>"
"source": "phrase git_lab_sync import \\\n--gitlab_sync_id <gitlab_sync_id> \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token <token>"
}
],
"requestBody": {
Expand Down Expand Up @@ -13757,7 +13757,7 @@
},
{
"lang": "CLI v2",
"source": "phrase gitlab_syncs export \\\n--gitlab_sync_id <gitlab_sync_id> \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token <token>"
"source": "phrase git_lab_sync export \\\n--gitlab_sync_id <gitlab_sync_id> \\\n--data '{\"account_id\":\"abcd1234\"}' \\\n--access_token <token>"
}
],
"requestBody": {
Expand Down
2 changes: 1 addition & 1 deletion paths/gitlab_syncs/destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase gitlab_syncs delete \
phrase git_lab_sync delete \
--id <id> \
--account_id abcd1234 \
--access_token <token>
Expand Down
2 changes: 1 addition & 1 deletion paths/gitlab_syncs/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase gitlab_syncs export \
phrase git_lab_sync export \
--gitlab_sync_id <gitlab_sync_id> \
--data '{"account_id":"abcd1234"}' \
--access_token <token>
Expand Down
2 changes: 1 addition & 1 deletion paths/gitlab_syncs/import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase gitlab_syncs import \
phrase git_lab_sync import \
--gitlab_sync_id <gitlab_sync_id> \
--data '{"account_id":"abcd1234"}' \
--access_token <token>
Expand Down
2 changes: 1 addition & 1 deletion paths/gitlab_syncs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ x-code-samples:
-u USERNAME_OR_ACCESS_TOKEN
- lang: CLI v2
source: |-
phrase gitlab_syncs list \
phrase git_lab_sync list \
--account_id abcd1234 \
--access_token <token>
x-cli-version: '2.5'
2 changes: 1 addition & 1 deletion paths/gitlab_syncs/show.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ x-code-samples:
-u USERNAME_OR_ACCESS_TOKEN
- lang: CLI v2
source: |-
phrase gitlab_syncs show \
phrase git_lab_sync show \
--id <id> \
--account_id abcd1234 \
--access_token <token>
Expand Down
2 changes: 1 addition & 1 deletion paths/gitlab_syncs/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase gitlab_syncs update \
phrase git_lab_sync update \
--id <id> \
--data '{"account_id":"abcd1234", "phrase_project_code":"3456abcd", "gitlab_project_id":"12345", "gitlab_branch_name":"feature-development"}' \
--access_token <token>
Expand Down

0 comments on commit 97cc61c

Please sign in to comment.