Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 74 additions & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cli-table = "0.4"
colored = "2"
config = { path = "crates/config" }
crypto = { path = "crates/crypto" }
ctrlc = "3"
dirs = "5"
futures = "0.3"
futures-util = "0.3"
Expand All @@ -37,6 +38,7 @@ pem = "3"
promptly = "0.3"
rand = "0.8"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream"] }
reqwest-eventsource = { version = "0.6" }
rpassword = "7"
rsa = "0.9"
serde = "1"
Expand Down
22 changes: 21 additions & 1 deletion crates/tower-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For more information, please visit [https://tower.dev](https://tower.dev)

This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.

- API version: v0.6.24
- API version: v0.6.27
- Package version: 1.0.0
- Generator version: 7.13.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
Expand Down Expand Up @@ -38,6 +38,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**create_authenticator**](docs/DefaultApi.md#create_authenticator) | **POST** /accounts/authenticator | Create authenticator
*DefaultApi* | [**create_catalog**](docs/DefaultApi.md#create_catalog) | **POST** /catalogs | Create catalog
*DefaultApi* | [**create_device_login_ticket**](docs/DefaultApi.md#create_device_login_ticket) | **GET** /login/device | Create device login ticket
*DefaultApi* | [**create_environment**](docs/DefaultApi.md#create_environment) | **POST** /environments | Create environment
*DefaultApi* | [**create_password_reset**](docs/DefaultApi.md#create_password_reset) | **POST** /accounts/password-reset | Create password reset
*DefaultApi* | [**create_schedule**](docs/DefaultApi.md#create_schedule) | **POST** /schedules | Create schedule
*DefaultApi* | [**create_secret**](docs/DefaultApi.md#create_secret) | **POST** /secrets | Create secret
Expand Down Expand Up @@ -75,7 +76,9 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**list_apps**](docs/DefaultApi.md#list_apps) | **GET** /apps | List apps
*DefaultApi* | [**list_authenticators**](docs/DefaultApi.md#list_authenticators) | **GET** /accounts/authenticator | List authenticators
*DefaultApi* | [**list_catalogs**](docs/DefaultApi.md#list_catalogs) | **GET** /catalogs | List catalogs
*DefaultApi* | [**list_environments**](docs/DefaultApi.md#list_environments) | **GET** /environments | List environments
*DefaultApi* | [**list_my_team_invitations**](docs/DefaultApi.md#list_my_team_invitations) | **GET** /team-invites | List my team invitations
*DefaultApi* | [**list_plans**](docs/DefaultApi.md#list_plans) | **GET** /plans | List account plans
*DefaultApi* | [**list_runs**](docs/DefaultApi.md#list_runs) | **GET** /apps/{name}/runs | List runs
*DefaultApi* | [**list_schedules**](docs/DefaultApi.md#list_schedules) | **GET** /schedules | List schedules
*DefaultApi* | [**list_secret_environments**](docs/DefaultApi.md#list_secret_environments) | **GET** /secrets/environments | List secret environments
Expand All @@ -93,8 +96,10 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**update_account_name**](docs/DefaultApi.md#update_account_name) | **PUT** /accounts/{name} | Update account name
*DefaultApi* | [**update_app**](docs/DefaultApi.md#update_app) | **PUT** /apps/{name} | Update app
*DefaultApi* | [**update_catalog**](docs/DefaultApi.md#update_catalog) | **PUT** /catalogs/{name} | Update catalog
*DefaultApi* | [**update_environment**](docs/DefaultApi.md#update_environment) | **PUT** /environments/{name} | Update environment
*DefaultApi* | [**update_my_team_invitation**](docs/DefaultApi.md#update_my_team_invitation) | **PUT** /team-invites | Update my team invitation
*DefaultApi* | [**update_password_reset**](docs/DefaultApi.md#update_password_reset) | **POST** /accounts/password-reset/{code} | Update password reset
*DefaultApi* | [**update_plan**](docs/DefaultApi.md#update_plan) | **PUT** /plan | Update plan
*DefaultApi* | [**update_schedule**](docs/DefaultApi.md#update_schedule) | **PUT** /schedules/{id} | Update schedule
*DefaultApi* | [**update_secret**](docs/DefaultApi.md#update_secret) | **PUT** /secrets/{name} | Update secret
*DefaultApi* | [**update_team**](docs/DefaultApi.md#update_team) | **PUT** /teams/{name} | Update team
Expand Down Expand Up @@ -131,6 +136,8 @@ Class | Method | HTTP request | Description
- [CreateCatalogParams](docs/CreateCatalogParams.md)
- [CreateCatalogResponse](docs/CreateCatalogResponse.md)
- [CreateDeviceLoginTicketResponse](docs/CreateDeviceLoginTicketResponse.md)
- [CreateEnvironmentParams](docs/CreateEnvironmentParams.md)
- [CreateEnvironmentResponse](docs/CreateEnvironmentResponse.md)
- [CreatePasswordResetParams](docs/CreatePasswordResetParams.md)
- [CreatePasswordResetResponse](docs/CreatePasswordResetResponse.md)
- [CreateScheduleParams](docs/CreateScheduleParams.md)
Expand Down Expand Up @@ -162,8 +169,13 @@ Class | Method | HTTP request | Description
- [DescribeSecretsKeyResponse](docs/DescribeSecretsKeyResponse.md)
- [DescribeSessionResponse](docs/DescribeSessionResponse.md)
- [EncryptedCatalogProperty](docs/EncryptedCatalogProperty.md)
- [Environment](docs/Environment.md)
- [ErrorDetail](docs/ErrorDetail.md)
- [ErrorModel](docs/ErrorModel.md)
- [EventError](docs/EventError.md)
- [EventLog](docs/EventLog.md)
- [EventRunFailureAlert](docs/EventRunFailureAlert.md)
- [EventWarning](docs/EventWarning.md)
- [ExportCatalogsParams](docs/ExportCatalogsParams.md)
- [ExportCatalogsResponse](docs/ExportCatalogsResponse.md)
- [ExportSecretsParams](docs/ExportSecretsParams.md)
Expand All @@ -172,13 +184,15 @@ Class | Method | HTTP request | Description
- [ExportedCatalogProperty](docs/ExportedCatalogProperty.md)
- [ExportedSecret](docs/ExportedSecret.md)
- [FeaturebaseIdentity](docs/FeaturebaseIdentity.md)
- [Features](docs/Features.md)
- [GenerateAppStatisticsResponse](docs/GenerateAppStatisticsResponse.md)
- [GenerateAuthenticatorResponse](docs/GenerateAuthenticatorResponse.md)
- [GenerateRunStatisticsResponse](docs/GenerateRunStatisticsResponse.md)
- [GenerateRunnerCredentialsResponse](docs/GenerateRunnerCredentialsResponse.md)
- [InviteTeamMemberParams](docs/InviteTeamMemberParams.md)
- [InviteTeamMemberResponse](docs/InviteTeamMemberResponse.md)
- [LeaveTeamResponse](docs/LeaveTeamResponse.md)
- [ListAccountPlansResponse](docs/ListAccountPlansResponse.md)
- [ListAlerts200Response](docs/ListAlerts200Response.md)
- [ListAlertsResponse](docs/ListAlertsResponse.md)
- [ListApiKeysResponse](docs/ListApiKeysResponse.md)
Expand All @@ -187,6 +201,7 @@ Class | Method | HTTP request | Description
- [ListAppsResponse](docs/ListAppsResponse.md)
- [ListAuthenticatorsResponse](docs/ListAuthenticatorsResponse.md)
- [ListCatalogsResponse](docs/ListCatalogsResponse.md)
- [ListEnvironmentsResponse](docs/ListEnvironmentsResponse.md)
- [ListMyTeamInvitationsResponse](docs/ListMyTeamInvitationsResponse.md)
- [ListRunsResponse](docs/ListRunsResponse.md)
- [ListSchedulesResponse](docs/ListSchedulesResponse.md)
Expand All @@ -198,6 +213,7 @@ Class | Method | HTTP request | Description
- [LogLine](docs/LogLine.md)
- [Pagination](docs/Pagination.md)
- [Parameter](docs/Parameter.md)
- [Plan](docs/Plan.md)
- [RefreshSessionParams](docs/RefreshSessionParams.md)
- [RefreshSessionResponse](docs/RefreshSessionResponse.md)
- [RemoveTeamMemberParams](docs/RemoveTeamMemberParams.md)
Expand Down Expand Up @@ -232,10 +248,14 @@ Class | Method | HTTP request | Description
- [UpdateAppResponse](docs/UpdateAppResponse.md)
- [UpdateCatalogParams](docs/UpdateCatalogParams.md)
- [UpdateCatalogResponse](docs/UpdateCatalogResponse.md)
- [UpdateEnvironmentParams](docs/UpdateEnvironmentParams.md)
- [UpdateEnvironmentResponse](docs/UpdateEnvironmentResponse.md)
- [UpdateMyTeamInvitationParams](docs/UpdateMyTeamInvitationParams.md)
- [UpdateMyTeamInvitationResponse](docs/UpdateMyTeamInvitationResponse.md)
- [UpdatePasswordResetParams](docs/UpdatePasswordResetParams.md)
- [UpdatePasswordResetResponse](docs/UpdatePasswordResetResponse.md)
- [UpdatePlanParams](docs/UpdatePlanParams.md)
- [UpdatePlanResponse](docs/UpdatePlanResponse.md)
- [UpdateScheduleParams](docs/UpdateScheduleParams.md)
- [UpdateScheduleResponse](docs/UpdateScheduleResponse.md)
- [UpdateSecretParams](docs/UpdateSecretParams.md)
Expand Down
2 changes: 1 addition & 1 deletion crates/tower-api/src/apis/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* REST API to interact with Tower Services.
*
* The version of the OpenAPI document: v0.6.24
* The version of the OpenAPI document: v0.6.27
* Contact: hello@tower.dev
* Generated by: https://openapi-generator.tech
*/
Expand Down
Loading