-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Sharpz7/dev
Move to 0.2.0
- Loading branch information
Showing
19 changed files
with
602 additions
and
60 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.env | ||
.vscode | ||
__debug_bin | ||
__debug_bin | ||
docker |
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 |
---|---|---|
@@ -1 +1 @@ | ||
VERSION=0.1.10 | ||
VERSION=0.2.0 |
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 |
---|---|---|
@@ -1,16 +1,79 @@ | ||
[![CircleCI](https://circleci.com/gh/Sharpz7/sharpcd.svg?style=svg)](https://circleci.com/gh/Sharpz7/sharpcd) | ||
|
||
SharpCD || Continuous Development for your server | ||
=========== | ||
# SharpCD || Continuous Development for your server | ||
|
||
![](https://files.mcaq.me/zbnf.png) | ||
|
||
# Example Config | ||
```yml | ||
version: 1 | ||
|
||
trak: | ||
local: https://localhost:5666 | ||
remote: https://mcaq.me:5666 | ||
|
||
tasks: | ||
basic_task: | ||
name: Basic | ||
type: docker | ||
sharpurl: https://localhost:5666 | ||
giturl: https://raw.githubusercontent.com/Sharpz7/ | ||
compose: /sharpcd/dev/testing/basic.yml | ||
|
||
registry_task: | ||
name: Registry | ||
type: docker | ||
registry: docker.mcaq.me | ||
envfile: .env | ||
sharpurl: https://localhost:5666 | ||
giturl: https://raw.githubusercontent.com/Sharpz7/ | ||
compose: /sharpcd/dev/testing/registry.yml | ||
|
||
env_task: | ||
name: Enviroment Test Fail | ||
type: docker | ||
envfile: .env | ||
sharpurl: https://localhost:5666 | ||
giturl: https://raw.githubusercontent.com/Sharpz7/ | ||
compose: /sharpcd/dev/testing/env.yml | ||
``` | ||
# Installation | ||
On linux, just run: | ||
```console | ||
╭─adam@box ~/ | ||
╰─➤ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/0.2.0/install.sh | sudo bash | ||
``` | ||
|
||
## Command Options | ||
|
||
Installation | ||
=========== | ||
On linux, just run: | ||
```console | ||
adam@console~$ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/0.1.10/install.sh | sudo bash | ||
╭─adam@box ~/ | ||
╰─➤ sharpcd help | ||
|
||
Args of SharpCD: | ||
|
||
- server: Run the sharpcd server | ||
- setsecret: Set the secret for API and Task Calls | ||
- addfilter: Add a url for a compose file | ||
- changetoken: Add a token for private github repos | ||
- removefilter: Remove a url for a compose file | ||
- version: Returns the Current Version | ||
- trak: Run the Trak program | ||
|
||
Sub Command Trak: | ||
|
||
- alljobs {type}: Get info on all jobs | ||
- job {type} {id}: Get info on job with logging | ||
- list {type}: Get all jobs running on sharpcd server | ||
|
||
Flags: | ||
|
||
-secret string | ||
Put secret as a arg for automation tasks | ||
``` | ||
|
||
Maintainers and Developers | ||
========== | ||
## Maintainers | ||
|
||
- Sharp / [@Sharpz7](https://github.com/Sharpz7) | ||
- [Adam McArthur](https://adam.mcaq.me) |
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 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
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
Oops, something went wrong.