Skip to content

Commit

Permalink
Merge pull request #70 from lokalise/release/2.6.6
Browse files Browse the repository at this point in the history
Release/2.6.6
  • Loading branch information
andrewLab-lokalise authored Jul 14, 2021
2 parents bdb6f7a + e6335ff commit 27f8642
Show file tree
Hide file tree
Showing 111 changed files with 143 additions and 136 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,12 @@ If you are using project branching feature in Lokalise, simply add branch name s
Optionally, you may rename included `config-example.yml` to `config.yml` and set various CLI tool parameters like token or timeouts. You can specify a config file location using `--config` parameter.

## Changes
**2.6.5 (Mar 15, 2021)**
**2.6.6 (Jul 12, 2021)**

- Fixed `--key-name` parameter being optional for key update
- Updated documentation link to supported file formats

**2.6.5 (Jul 12, 2021)**

- Added note for file download `--disable-references` flag

Expand Down
4 changes: 2 additions & 2 deletions cmd/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (
var fileCmd = &cobra.Command{
Use: "file",
Short: "Upload and download files",
Long: "Lokalise is a project-oriented translation management system, which means we store all keys and translations in the database and can generate files in any format you require. Assigning a key to one or more platforms means including the key in the export routine for file formats, associated with this platform, e.g. if a key is assigned to iOS platform it would get included with strings and xliff format exports. In addition to assign keys to platforms you may assign keys to files and have different filename depending on the platform. List of supported file formats is available here https://docs.lokalise.com/en/collections/652248-supported-file-formats.",
Long: "Lokalise is a project-oriented translation management system, which means we store all keys and translations in the database and can generate files in any format you require. Assigning a key to one or more platforms means including the key in the export routine for file formats, associated with this platform, e.g. if a key is assigned to iOS platform it would get included with strings and xliff format exports. In addition to assign keys to platforms you may assign keys to files and have different filename depending on the platform. List of supported file formats is available here https://docs.lokalise.com/supported-file-formats.",
}

var fileListCmd = &cobra.Command{
Expand All @@ -86,7 +86,7 @@ var fileListCmd = &cobra.Command{
var fileUploadCmd = &cobra.Command{
Use: "upload",
Short: "Upload a file",
Long: "Imports a localization file to the project. Requires Upload files admin right. List of supported file formats is available here https://docs.lokalise.com/en/collections/652248-supported-file-formats",
Long: "Imports a localization file to the project. Requires Upload files admin right. List of supported file formats is available here https://docs.lokalise.com/supported-file-formats",
RunE: func(*cobra.Command, []string) error {
f := Api.Files()
q := Api.QueuedProcesses()
Expand Down
4 changes: 3 additions & 1 deletion cmd/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ func flagKeyId(cmd *cobra.Command) {
}

func newKeyFillFields() error {
newKey.KeyName = newKeyName
if newKeyName != "" {
newKey.KeyName = newKeyName
}

if newKeyFilenames != "" {
ps := lokalise.PlatformStrings{}
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
Version = "2.6.5"
Version = "2.6.6"
DefaultPageLimit = 5000
)

Expand Down
6 changes: 3 additions & 3 deletions docs/lokalise2.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## lokalise2

Lokalise CLI v2.6.5. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go

### Synopsis

Lokalise CLI v2.6.5. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go

### Options

Expand Down Expand Up @@ -37,4 +37,4 @@ Lokalise CLI v2.6.5. Read the docs at https://github.com/lokalise/lokalise-cli-2
* [lokalise2 translation-status](lokalise2_translation-status.md) - Manage custom translation statuses
* [lokalise2 webhook](lokalise2_webhook.md) - Manage webhooks

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Manage branches

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 branch create](lokalise2_branch_create.md) - Create a branch
* [lokalise2 branch delete](lokalise2_branch_delete.md) - Delete a branch
* [lokalise2 branch list](lokalise2_branch_list.md) - List all branches

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_branch_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 branch create [flags]

* [lokalise2 branch](lokalise2_branch.md) - Manage branches

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_branch_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 branch delete [flags]

* [lokalise2 branch](lokalise2_branch.md) - Manage branches

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_branch_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lokalise2 branch list [flags]

* [lokalise2 branch](lokalise2_branch.md) - Manage branches

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Comments can be used to give translators a context about the key, or as a discus

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 comment create](lokalise2_comment_create.md) - Add a comment
* [lokalise2 comment delete](lokalise2_comment_delete.md) - Delete a comment
* [lokalise2 comment list](lokalise2_comment_list.md) - List project comments
* [lokalise2 comment list-key](lokalise2_comment_list-key.md) - List key comments
* [lokalise2 comment retrieve](lokalise2_comment_retrieve.md) - Retrieve a comment

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_comment_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ lokalise2 comment create [flags]

* [lokalise2 comment](lokalise2_comment.md) - Manage key comments

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_comment_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ lokalise2 comment delete [flags]

* [lokalise2 comment](lokalise2_comment.md) - Manage key comments

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_comment_list-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 comment list-key [flags]

* [lokalise2 comment](lokalise2_comment.md) - Manage key comments

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_comment_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lokalise2 comment list [flags]

* [lokalise2 comment](lokalise2_comment.md) - Manage key comments

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_comment_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ lokalise2 comment retrieve [flags]

* [lokalise2 comment](lokalise2_comment.md) - Manage key comments

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ You may add unlimited number of contributors to your project. User roles include

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 contributor create](lokalise2_contributor_create.md) - Create a contributor
* [lokalise2 contributor delete](lokalise2_contributor_delete.md) - Delete a contributor
* [lokalise2 contributor list](lokalise2_contributor_list.md) - List all contributors
* [lokalise2 contributor retrieve](lokalise2_contributor_retrieve.md) - Retrieve a contributor
* [lokalise2 contributor update](lokalise2_contributor_update.md) - Update a contributor

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_contributor_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ lokalise2 contributor create [flags]

* [lokalise2 contributor](lokalise2_contributor.md) - Manage project contributors

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_contributor_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 contributor delete [flags]

* [lokalise2 contributor](lokalise2_contributor.md) - Manage project contributors

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_contributor_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lokalise2 contributor list [flags]

* [lokalise2 contributor](lokalise2_contributor.md) - Manage project contributors

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_contributor_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 contributor retrieve [flags]

* [lokalise2 contributor](lokalise2_contributor.md) - Manage project contributors

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_contributor_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ lokalise2 contributor update [flags]

* [lokalise2 contributor](lokalise2_contributor.md) - Manage project contributors

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
6 changes: 3 additions & 3 deletions docs/lokalise2_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upload and download files

### Synopsis

Lokalise is a project-oriented translation management system, which means we store all keys and translations in the database and can generate files in any format you require. Assigning a key to one or more platforms means including the key in the export routine for file formats, associated with this platform, e.g. if a key is assigned to iOS platform it would get included with strings and xliff format exports. In addition to assign keys to platforms you may assign keys to files and have different filename depending on the platform. List of supported file formats is available here https://docs.lokalise.com/en/collections/652248-supported-file-formats.
Lokalise is a project-oriented translation management system, which means we store all keys and translations in the database and can generate files in any format you require. Assigning a key to one or more platforms means including the key in the export routine for file formats, associated with this platform, e.g. if a key is assigned to iOS platform it would get included with strings and xliff format exports. In addition to assign keys to platforms you may assign keys to files and have different filename depending on the platform. List of supported file formats is available here https://docs.lokalise.com/supported-file-formats.

### Options

Expand All @@ -22,9 +22,9 @@ Lokalise is a project-oriented translation management system, which means we sto

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 file download](lokalise2_file_download.md) - Download files
* [lokalise2 file list](lokalise2_file_list.md) - List all files
* [lokalise2 file upload](lokalise2_file_upload.md) - Upload a file

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_file_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lokalise2 file download [flags]
--placeholder-format string Override the default placeholder format for the file type. Allowed values are printf, ios, icu, net, symfony, i18n, raw.
--plural-format string Override the default plural format for the file type. Allowed values are json_string, icu, array, generic, symfony, i18next.
--replace-breaks Enable to replace line breaks in exported translations with \n (default true). Use --replace-breaks=false to disable. (default true)
--triggers strings Trigger integration exports (must be enabled in project settings). Allowed values are amazons3, gcs, github, gitlab, bitbucket.
--triggers strings Trigger integration exports (must be enabled in project settings). Allowed values are amazons3, gcs, github, github-enterprise, gitlab, bitbucket, bitbucket-enterprise.
--unzip-to string Unzip to this folder. (default "./")
--webhook-url string Once the export is complete, sends a HTTP POST with the generated bundle URL to the specified URL.
--yaml-include-root (YAML export only). Enable to include language ISO code as root key.
Expand Down
2 changes: 1 addition & 1 deletion docs/lokalise2_file_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 file list [flags]

* [lokalise2 file](lokalise2_file.md) - Upload and download files

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_file_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upload a file

### Synopsis

Imports a localization file to the project. Requires Upload files admin right. List of supported file formats is available here https://docs.lokalise.com/en/collections/652248-supported-file-formats
Imports a localization file to the project. Requires Upload files admin right. List of supported file formats is available here https://docs.lokalise.com/supported-file-formats

```
lokalise2 file upload [flags]
Expand Down Expand Up @@ -52,4 +52,4 @@ lokalise2 file upload [flags]

* [lokalise2 file](lokalise2_file.md) - Upload and download files

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Each phrase that is used in your app or website must be identified by a key and

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 key create](lokalise2_key_create.md) - Create keys
* [lokalise2 key delete](lokalise2_key_delete.md) - Delete a key
* [lokalise2 key list](lokalise2_key_list.md) - List all keys
* [lokalise2 key retrieve](lokalise2_key_retrieve.md) - Retrieve a key
* [lokalise2 key update](lokalise2_key_update.md) - Update a key

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_key_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ lokalise2 key create [flags]

* [lokalise2 key](lokalise2_key.md) - Manage keys

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_key_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 key delete [flags]

* [lokalise2 key](lokalise2_key.md) - Manage keys

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_key_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ lokalise2 key list [flags]

* [lokalise2 key](lokalise2_key.md) - Manage keys

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_key_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ lokalise2 key retrieve [flags]

* [lokalise2 key](lokalise2_key.md) - Manage keys

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_key_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ lokalise2 key update [flags]

* [lokalise2 key](lokalise2_key.md) - Manage keys

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_language.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ There are situations when it is necessary to export different language codes to

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 language create](lokalise2_language_create.md) - Create languages
* [lokalise2 language delete](lokalise2_language_delete.md) - Delete a language
* [lokalise2 language list](lokalise2_language_list.md) - List project languages
* [lokalise2 language list-system](lokalise2_language_list-system.md) - List system languages
* [lokalise2 language retrieve](lokalise2_language_retrieve.md) - Retrieve a language
* [lokalise2 language update](lokalise2_language_update.md) - Update a language

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_language_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ lokalise2 language create [flags]

* [lokalise2 language](lokalise2_language.md) - Manage languages

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_language_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 language delete [flags]

* [lokalise2 language](lokalise2_language.md) - Manage languages

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_language_list-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lokalise2 language list-system [flags]

* [lokalise2 language](lokalise2_language.md) - Manage languages

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_language_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lokalise2 language list [flags]

* [lokalise2 language](lokalise2_language.md) - Manage languages

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_language_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 language retrieve [flags]

* [lokalise2 language](lokalise2_language.md) - Manage languages

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_language_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ lokalise2 language update [flags]

* [lokalise2 language](lokalise2_language.md) - Manage languages

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_order.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Lokalise offers several human-powered translation providers, that can help trans

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 order create](lokalise2_order_create.md) - Create an order
* [lokalise2 order list](lokalise2_order_list.md) - List all orders
* [lokalise2 order retrieve](lokalise2_order_retrieve.md) - Retrieve an order

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_order_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ lokalise2 order create [flags]

* [lokalise2 order](lokalise2_order.md) - Manage orders

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_order_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lokalise2 order list [flags]

* [lokalise2 order](lokalise2_order.md) - Manage orders

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_order_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lokalise2 order retrieve [flags]

* [lokalise2 order](lokalise2_order.md) - Manage orders

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
4 changes: 2 additions & 2 deletions docs/lokalise2_payment-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Credit cards are used to pay for translation orders. Each user has their own car

### SEE ALSO

* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2](lokalise2.md) - Lokalise CLI v2.6.6. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
* [lokalise2 payment-card create](lokalise2_payment-card_create.md) - Create a card
* [lokalise2 payment-card delete](lokalise2_payment-card_delete.md) - Delete a card
* [lokalise2 payment-card list](lokalise2_payment-card_list.md) - Lists all cards
* [lokalise2 payment-card retrieve](lokalise2_payment-card_retrieve.md) - Retrieve a card

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_payment-card_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ lokalise2 payment-card create [flags]

* [lokalise2 payment-card](lokalise2_payment-card.md) - Manage payment cards

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
2 changes: 1 addition & 1 deletion docs/lokalise2_payment-card_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lokalise2 payment-card delete [flags]

* [lokalise2 payment-card](lokalise2_payment-card.md) - Manage payment cards

###### Auto generated by spf13/cobra on 21-Dec-2020
###### Auto generated by spf13/cobra on 12-Jul-2021
Loading

0 comments on commit 27f8642

Please sign in to comment.