smbcloud-cli 0.4.0__tar.gz → 0.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/Cargo.lock +14 -14
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/PKG-INFO +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/process_deploy_nextjs_ssr.rs +8 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-network/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-utils/Cargo.toml +1 -1
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/Cargo.toml +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/cli.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/forgot/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/login/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/login/process.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/logout/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/me/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/signup/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/account/signup/process.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/cli/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/config.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/detect_runner.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/git.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/known_hosts.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/process_deploy.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/process_deploy_rails.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/process_deploy_rust.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/process_deploy_vite_spa.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/remote_messages.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/rsync_deploy.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/setup.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/setup_create_new_project.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/setup_project.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/setup_select_project.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/mail/cli.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/mail/current_project.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/mail/process.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/mail/render.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/mail.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/main.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/cli.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/crud_create.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/crud_delete.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/crud_read.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/crud_update.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/deployment.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/project/process.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/token/clear_smb_token.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/token/get_smb_token.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/token/is_logged_in.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/token/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/token/smb_token_file_path.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/confirm_dialog.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/deployment_detail_view.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/deployment_table.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/me_view.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/project_detail_view.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/project_table.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/ui/theme.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/.gitignore +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/apple.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/check_email.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/client_credentials.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/login.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/logout.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/me.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oauth/get_account_status.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oauth/get_consent_url.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oauth/get_profile.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oauth/get_token.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oauth/mod.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oauth/provider.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oidc.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/remove.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/resend_email_verification.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/resend_reset_password_instruction.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/reset_password.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/signup.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/src/mail_app.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/src/mail_inbox.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/src/mail_message.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/src/request.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/src/smbcloud_mail.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-mail/src/url_builder.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/account.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/app_auth.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/error_codes.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/forgot.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/frontend_app.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/login.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/mail.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/oauth.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/project.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/repository.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/reset_password_response.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/runner.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/signup.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-network/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-network/src/environment.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-network/src/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-network/src/network.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking/src/constants.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking/src/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking/src/smb_client.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_frontend_app_read.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_project_create.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_project_delete.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_project_deployment_create.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_project_deployment_read.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_project_deployment_update.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_project_read.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/crud_project_update.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/url_builder.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-utils/README.md +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-utils/src/config.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-utils/src/lib.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-utils/src/write_config.rs +0 -0
- {smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/pyproject.toml +0 -0
|
@@ -2459,7 +2459,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
2459
2459
|
|
|
2460
2460
|
[[package]]
|
|
2461
2461
|
name = "smbcloud-auth"
|
|
2462
|
-
version = "0.4.
|
|
2462
|
+
version = "0.4.1"
|
|
2463
2463
|
dependencies = [
|
|
2464
2464
|
"log",
|
|
2465
2465
|
"reqwest",
|
|
@@ -2474,7 +2474,7 @@ dependencies = [
|
|
|
2474
2474
|
|
|
2475
2475
|
[[package]]
|
|
2476
2476
|
name = "smbcloud-auth-sdk"
|
|
2477
|
-
version = "0.4.
|
|
2477
|
+
version = "0.4.1"
|
|
2478
2478
|
dependencies = [
|
|
2479
2479
|
"base64",
|
|
2480
2480
|
"reqwest",
|
|
@@ -2489,7 +2489,7 @@ dependencies = [
|
|
|
2489
2489
|
|
|
2490
2490
|
[[package]]
|
|
2491
2491
|
name = "smbcloud-auth-sdk-py"
|
|
2492
|
-
version = "0.4.
|
|
2492
|
+
version = "0.4.1"
|
|
2493
2493
|
dependencies = [
|
|
2494
2494
|
"pyo3",
|
|
2495
2495
|
"pythonize",
|
|
@@ -2503,7 +2503,7 @@ dependencies = [
|
|
|
2503
2503
|
|
|
2504
2504
|
[[package]]
|
|
2505
2505
|
name = "smbcloud-auth-sdk-wasm"
|
|
2506
|
-
version = "0.4.
|
|
2506
|
+
version = "0.4.1"
|
|
2507
2507
|
dependencies = [
|
|
2508
2508
|
"serde-wasm-bindgen",
|
|
2509
2509
|
"smbcloud-auth-sdk",
|
|
@@ -2516,7 +2516,7 @@ dependencies = [
|
|
|
2516
2516
|
|
|
2517
2517
|
[[package]]
|
|
2518
2518
|
name = "smbcloud-cli"
|
|
2519
|
-
version = "0.4.
|
|
2519
|
+
version = "0.4.1"
|
|
2520
2520
|
dependencies = [
|
|
2521
2521
|
"anyhow",
|
|
2522
2522
|
"chrono",
|
|
@@ -2559,7 +2559,7 @@ dependencies = [
|
|
|
2559
2559
|
|
|
2560
2560
|
[[package]]
|
|
2561
2561
|
name = "smbcloud-gresiq"
|
|
2562
|
-
version = "0.4.
|
|
2562
|
+
version = "0.4.1"
|
|
2563
2563
|
dependencies = [
|
|
2564
2564
|
"native-tls",
|
|
2565
2565
|
"postgres-native-tls",
|
|
@@ -2573,7 +2573,7 @@ dependencies = [
|
|
|
2573
2573
|
|
|
2574
2574
|
[[package]]
|
|
2575
2575
|
name = "smbcloud-gresiq-sdk"
|
|
2576
|
-
version = "0.4.
|
|
2576
|
+
version = "0.4.1"
|
|
2577
2577
|
dependencies = [
|
|
2578
2578
|
"anyhow",
|
|
2579
2579
|
"log",
|
|
@@ -2587,7 +2587,7 @@ dependencies = [
|
|
|
2587
2587
|
|
|
2588
2588
|
[[package]]
|
|
2589
2589
|
name = "smbcloud-mail"
|
|
2590
|
-
version = "0.4.
|
|
2590
|
+
version = "0.4.1"
|
|
2591
2591
|
dependencies = [
|
|
2592
2592
|
"reqwest",
|
|
2593
2593
|
"serde",
|
|
@@ -2599,7 +2599,7 @@ dependencies = [
|
|
|
2599
2599
|
|
|
2600
2600
|
[[package]]
|
|
2601
2601
|
name = "smbcloud-model"
|
|
2602
|
-
version = "0.4.
|
|
2602
|
+
version = "0.4.1"
|
|
2603
2603
|
dependencies = [
|
|
2604
2604
|
"chrono",
|
|
2605
2605
|
"log",
|
|
@@ -2615,7 +2615,7 @@ dependencies = [
|
|
|
2615
2615
|
|
|
2616
2616
|
[[package]]
|
|
2617
2617
|
name = "smbcloud-network"
|
|
2618
|
-
version = "0.4.
|
|
2618
|
+
version = "0.4.1"
|
|
2619
2619
|
dependencies = [
|
|
2620
2620
|
"clap 4.6.1",
|
|
2621
2621
|
"log",
|
|
@@ -2628,7 +2628,7 @@ dependencies = [
|
|
|
2628
2628
|
|
|
2629
2629
|
[[package]]
|
|
2630
2630
|
name = "smbcloud-networking"
|
|
2631
|
-
version = "0.4.
|
|
2631
|
+
version = "0.4.1"
|
|
2632
2632
|
dependencies = [
|
|
2633
2633
|
"smbcloud-network",
|
|
2634
2634
|
"url-builder",
|
|
@@ -2636,7 +2636,7 @@ dependencies = [
|
|
|
2636
2636
|
|
|
2637
2637
|
[[package]]
|
|
2638
2638
|
name = "smbcloud-networking-project"
|
|
2639
|
-
version = "0.4.
|
|
2639
|
+
version = "0.4.1"
|
|
2640
2640
|
dependencies = [
|
|
2641
2641
|
"anyhow",
|
|
2642
2642
|
"async-trait",
|
|
@@ -2654,11 +2654,11 @@ dependencies = [
|
|
|
2654
2654
|
|
|
2655
2655
|
[[package]]
|
|
2656
2656
|
name = "smbcloud-s6n"
|
|
2657
|
-
version = "0.4.
|
|
2657
|
+
version = "0.4.1"
|
|
2658
2658
|
|
|
2659
2659
|
[[package]]
|
|
2660
2660
|
name = "smbcloud-utils"
|
|
2661
|
-
version = "0.4.
|
|
2661
|
+
version = "0.4.1"
|
|
2662
2662
|
dependencies = [
|
|
2663
2663
|
"anyhow",
|
|
2664
2664
|
"dirs",
|
{smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/cli/src/deploy/process_deploy_nextjs_ssr.rs
RENAMED
|
@@ -346,6 +346,14 @@ pub async fn process_deploy_nextjs_ssr(env: Environment, config: Config) -> Resu
|
|
|
346
346
|
cd "$APP_PATH"
|
|
347
347
|
mkdir -p logs
|
|
348
348
|
|
|
349
|
+
# Backward compatibility: older operator-managed ecosystem.config.js files
|
|
350
|
+
# still point PM2 at `.next/standalone/server.js`. The current deploy flow
|
|
351
|
+
# rsyncs the *contents* of `.next/standalone/` into the app root, so the
|
|
352
|
+
# real entrypoint is `server.js`. Create a compatibility symlink so both
|
|
353
|
+
# layouts work and old PM2 configs do not crash after deploy.
|
|
354
|
+
mkdir -p .next/standalone
|
|
355
|
+
ln -sfn ../../server.js .next/standalone/server.js
|
|
356
|
+
|
|
349
357
|
echo "Starting $PM2_APP with pm2..."
|
|
350
358
|
if pm2 describe "$PM2_APP" > /dev/null 2>&1; then
|
|
351
359
|
pm2 delete "$PM2_APP"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/oauth/get_account_status.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-auth/src/resend_email_verification.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-model/src/reset_password_response.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.0 → smbcloud_cli-0.4.1}/crates/smbcloud-networking-project/src/url_builder.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|