Skip to content

Commit

Permalink
Merge pull request #9 from Sideko-Inc/v0.6
Browse files Browse the repository at this point in the history
v0.6
  • Loading branch information
pk8189 authored Aug 7, 2024
2 parents c09ce5d + 9ccc6ca commit cdccd17
Show file tree
Hide file tree
Showing 18 changed files with 2,761 additions and 2,602 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode/
.venv/
target/
.sideko
.sideko
.DS_STORE/
12 changes: 10 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The API key is read from (in order of priority):
| Java | 🚧 |

```bash
sideko sdk generate (your Swagger/OpenAPI spec) python
sideko sdk try (your Swagger/OpenAPI spec) python
```

- The OpenAPI source can be a path to a local `.json` or `.yaml` file, a URL, or the raw spec as a string.
Expand All @@ -84,8 +84,17 @@ _Run `sideko --help` to list all options._

## Enterprise features

The following features are only available if you have an enterprise account with Sidkeo. Reach us at [email protected] to talk about upgrading.

### SDK Management
Use the sdk subcommand to learn how to generate and maintain SDKs
```
sideko sdk
```


### API Specification Management
Use the api subcommand to learn how to manage your API specifications and create mock servers
Use the api subcommand to learn how to manage API specifications and create mock servers
```
sideko api
```
Expand Down
4 changes: 3 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sideko"
version = "0.5.5"
version = "0.6.0"
edition = "2021"
authors = [
"Elias Posen <[email protected]>",
Expand Down Expand Up @@ -39,3 +39,5 @@ tokio = { version = "1.35.1", features = ["time"] }
url = "2.4.1"
uuid = "1.8.0"
prettytable = "0.10.0"
semver = "1.0.23"
heck = "0.5.0"
Loading

0 comments on commit cdccd17

Please sign in to comment.