This repository was archived by the owner on Mar 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some TODOs for the adapter and policy documentation Tutorials also need wiping and rewriting for the new version
- Loading branch information
Showing
40 changed files
with
45,129 additions
and
10,808 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Adapters | ||
hide_title: false | ||
hide_table_of_contents: false | ||
keywords: | ||
- docs | ||
- bubbly | ||
- adapters | ||
--- | ||
|
||
TODO |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,40 @@ | ||
--- | ||
title: bubbly | ||
sidebar_label: bubbly | ||
hide_title: false | ||
hide_table_of_contents: false | ||
description: Bubbly CLI - bubbly | ||
keywords: | ||
- docs | ||
- bubbly | ||
- cli | ||
- root | ||
--- | ||
## bubbly | ||
|
||
bubbly: release readiness in a bubble | ||
Bubbly - The Release Readiness Platform | ||
|
||
Find more information: https://bubbly.dev | ||
### Synopsis | ||
|
||
Bubbly is a release readiness platform helping you | ||
release software with confidence, continuously. | ||
|
||
To learn more visit https://bubbly.dev | ||
Documentation available at https://docs.bubbly.dev | ||
|
||
### Options | ||
|
||
``` | ||
--debug specify whether to enable debug logging | ||
-h, --help help for bubbly | ||
--host string bubbly API server host (default "127.0.0.1") | ||
--port string bubbly API server port (default "8111") | ||
--debug specify whether to enable debug logging | ||
-h, --help help for bubbly | ||
--no-color specify whether to disable colorful logging | ||
--test specify whether to enable debug logging | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [bubbly agent](bubbly-agent.md) - Start a bubbly agent | ||
* [bubbly apply](bubbly-apply.md) - Apply one or more bubbly resource to a bubbly agent | ||
* [bubbly get](bubbly-get.md) - Display one or many bubbly resources | ||
* [bubbly schema](bubbly-schema.md) - manage your bubbly schema | ||
* [bubbly adapter](bubbly_adapter.md) - Manage bubbly adapters | ||
* [bubbly demo](bubbly_demo.md) - Start the bubbly server in demo mode | ||
* [bubbly policy](bubbly_policy.md) - Manage bubbly policies | ||
* [bubbly release](bubbly_release.md) - Manage bubbly releases | ||
* [bubbly server](bubbly_server.md) - Start the bubbly server | ||
* [bubbly version](bubbly_version.md) - Show the Bubbly version | ||
|
||
###### Auto generated by spf13/cobra on 5-Sep-2021 |
Oops, something went wrong.