Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Updates to README and documentation
Browse files Browse the repository at this point in the history
Some TODOs for the adapter and policy documentation
Tutorials also need wiping and rewriting for the new version
  • Loading branch information
jlarfors committed Sep 5, 2021
1 parent 477b86b commit 417287b
Show file tree
Hide file tree
Showing 40 changed files with 45,129 additions and 10,808 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Bubbly is a release readiness platform helping software teams release compliant

## Project Status

This project is currently in **ALPHA**
This project is currently in **Alpha**

This means that it should work, and if it doesn't please raise an issue. The APIs may change in the coming weeks/months.
In terms of stability, the existing features should work and if they do not please raise an issue. Also we do not guarantee backwards compatability with the APIs and schema.

In terms of feature completeness, we are working on implementing the core features of Bubbly, and hence there are missing features, such as Subscriptions and Monitoring of vulnerabilities.

If you are interested in getting involved in the project, or want some help getting started, please reach out to us though our website: [https://bubbly.dev](https://bubbly.dev)

Expand Down Expand Up @@ -50,9 +52,10 @@ We are not aiming to replace every tool you are already using, in fact, without

Some ways in which Bubbly could be used are:

* Real-time knowledgebase of all projects, repos and their high-level release readiness state.
* Collect all relevant release readiness data from your release process (artifacts, test results, Software Bill of Material, etc.).
* Create a decision protocol to formally define your Release Readiness Policy, and automatically apply that to all projects/repositories.
* Catalogue of OSS components, licenses, Vulnerabilities and approvals/rejections for those.
* A decision protocol to formally define your Release Readiness Policy, and automatically apply that to all projects.
* Help teams develop their continuous practices by profiling the current process to identify bottlenecks and possible performance gains.

If you have some ideas or questions for things you want to solve, please raise an issue in the [Discussion](https://github.com/valocode/bubbly/discussions) and we'll check it out :)

Expand Down
62 changes: 0 additions & 62 deletions docs/docs.go

This file was deleted.

11 changes: 11 additions & 0 deletions docs/docs/adapters/adapters.md
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
7 changes: 6 additions & 1 deletion docs/docs/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ keywords:
- api
---

Bubbly API documentation is generated by Swagger. [Read Bubbly API documentation](https://api.bubbly.dev/swagger/index.html).
:::note Under Active Development
Setting up Open API documentation for Bubbly is a work in progress.
We will update the documentation when it's available.

In the meantime, check the [GraphQL Docs](../graphql/graphql)
:::
66 changes: 0 additions & 66 deletions docs/docs/cli/bubbly-agent.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/docs/cli/bubbly-apply.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/docs/cli/bubbly-get.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/docs/cli/bubbly-schema.md

This file was deleted.

34 changes: 21 additions & 13 deletions docs/docs/cli/bubbly.md
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
Loading

0 comments on commit 417287b

Please sign in to comment.