-
Notifications
You must be signed in to change notification settings - Fork 205
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
1 parent
364972c
commit f6ccf37
Showing
5 changed files
with
47 additions
and
7 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
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,37 @@ | ||
# Initialization | ||
|
||
`auto-release` provides some tools to quickly set up your project. If you do not want to use the interactive experience all these options can be configured via the [.autorc](./autorc.md) and most can be configure via CLI options. | ||
|
||
## `auto init` | ||
|
||
Interactive setup for most configurable options. | ||
|
||
```sh | ||
$ auto init --help | ||
|
||
usage: auto.js init [-h] | ||
|
||
Optional arguments: | ||
-h, --help Show this help message and exit. | ||
``` | ||
|
||
## `auto init-labels` | ||
|
||
Create your projects labels on github. | ||
|
||
```sh | ||
$ auto init-labels --help | ||
|
||
usage: auto.js init-labels [-h] [-v] [-vv] [--githubApi GITHUBAPI] | ||
|
||
Optional arguments: | ||
-h, --help Show this help message and exit. | ||
-v, --verbose Show some more logs | ||
-vv, --very-verbose Show a lot more logs | ||
--githubApi GITHUBAPI | ||
Github API to use | ||
``` | ||
|
||
::: message is-warning | ||
:warning: For this to work you must have a `GH_TOKEN` set, ex: `GH_TOKEN=YOUR_TOKEN auto init-labels` | ||
::: |
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