-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
94 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zeplin/cli](./cli.md) > [ComponentConfigFile](./cli.componentconfigfile.md) > [bitbucket](./cli.componentconfigfile.bitbucket.md) | ||
|
||
## ComponentConfigFile.bitbucket property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
bitbucket?: GitConfig; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zeplin/cli](./cli.md) > [ComponentConfigFile](./cli.componentconfigfile.md) > [gitlab](./cli.componentconfigfile.gitlab.md) | ||
|
||
## ComponentConfigFile.gitlab property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
gitlab?: GitConfig; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zeplin/cli](./cli.md) > [GitConfig](./cli.gitconfig.md) > [branch](./cli.gitconfig.branch.md) | ||
|
||
## GitConfig.branch property | ||
|
||
Branch name | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
branch?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zeplin/cli](./cli.md) > [GitConfig](./cli.gitconfig.md) | ||
|
||
## GitConfig interface | ||
|
||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface GitConfig | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [branch](./cli.gitconfig.branch.md) | <code>string</code> | Branch name | | ||
| [path](./cli.gitconfig.path.md) | <code>string</code> | Optional path to the project on monorepos. | | ||
| [repository](./cli.gitconfig.repository.md) | <code>string</code> | Repository name | | ||
| [url](./cli.gitconfig.url.md) | <code>string</code> | Custom hostname for self-hosted Git repository | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zeplin/cli](./cli.md) > [GitConfig](./cli.gitconfig.md) > [repository](./cli.gitconfig.repository.md) | ||
|
||
## GitConfig.repository property | ||
|
||
Repository name | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
repository: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zeplin/cli](./cli.md) > [GitConfig](./cli.gitconfig.md) > [url](./cli.gitconfig.url.md) | ||
|
||
## GitConfig.url property | ||
|
||
Custom hostname for self-hosted Git repository | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
url?: string; | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface Plugin | ||
export interface Plugin | ||
``` | ||
|
||
## Properties | ||
|