From 441f4f07f7b2ecc25970e3906c6dca163ca11353 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Sat, 19 Apr 2025 08:28:01 -0700 Subject: [PATCH] release(cli): v1.0.10+2 - chore: Add back Sentry integration --- apps/cli/CHANGELOG.md | 4 ++++ apps/cli/bin/celest.dart | 5 +++++ apps/cli/fixtures/standalone/api/goldens/ast.json | 2 +- apps/cli/fixtures/standalone/api/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/api/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/auth/goldens/ast.json | 2 +- apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/auth/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/data/goldens/ast.json | 2 +- apps/cli/fixtures/standalone/data/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/data/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/env_vars/goldens/ast.json | 2 +- .../fixtures/standalone/env_vars/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/env_vars/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/exceptions/goldens/ast.json | 2 +- .../fixtures/standalone/exceptions/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/exceptions/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/flutter/goldens/ast.json | 2 +- .../fixtures/standalone/flutter/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/flutter/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/http/goldens/ast.json | 2 +- apps/cli/fixtures/standalone/http/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/http/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/marcelo/goldens/ast.json | 2 +- .../fixtures/standalone/marcelo/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/marcelo/goldens/celest.json | 2 +- apps/cli/fixtures/standalone/streaming/goldens/ast.json | 2 +- .../fixtures/standalone/streaming/goldens/ast.resolved.json | 2 +- apps/cli/fixtures/standalone/streaming/goldens/celest.json | 2 +- apps/cli/lib/src/version.dart | 2 +- apps/cli/pubspec.yaml | 2 +- 31 files changed, 38 insertions(+), 29 deletions(-) diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index f3a610a9d..0c3698b75 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.10+2 + +- chore: Add back Sentry integration + ## 1.0.10+1 - fix: Handle control characters when prompting for secrets diff --git a/apps/cli/bin/celest.dart b/apps/cli/bin/celest.dart index 825ff3fc9..256a4324e 100644 --- a/apps/cli/bin/celest.dart +++ b/apps/cli/bin/celest.dart @@ -5,12 +5,17 @@ import 'package:celest_cli/src/commands/organizations/organizations_command.dart import 'package:celest_cli/src/commands/project_environments/project_environments_command.dart'; import 'package:celest_cli/src/commands/projects/projects_command.dart'; import 'package:celest_cli/src/commands/status_command.dart'; +import 'package:celest_cli/src/performance/sentry_perf.dart'; void main(List args) async { final cli = Cli( 'celest', 'A command-line interface for Celest, the Flutter cloud platform.', version: packageVersion, + sentryConfig: SentryConfig( + dsn: + 'https://aa63419b83419820da1454809c0025db@o4506345201532928.ingest.us.sentry.io/4506496721158144', + ), ) ..addCommand(InitCommand()) ..addCommand(StartCommand()) diff --git a/apps/cli/fixtures/standalone/api/goldens/ast.json b/apps/cli/fixtures/standalone/api/goldens/ast.json index a62badaef..7d7e4ed70 100644 --- a/apps/cli/fixtures/standalone/api/goldens/ast.json +++ b/apps/cli/fixtures/standalone/api/goldens/ast.json @@ -33713,7 +33713,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/api/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/api/goldens/ast.resolved.json index 3d3dd9465..552feef00 100644 --- a/apps/cli/fixtures/standalone/api/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/api/goldens/ast.resolved.json @@ -3612,7 +3612,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/api/goldens/celest.json b/apps/cli/fixtures/standalone/api/goldens/celest.json index 046502746..b388545a9 100644 --- a/apps/cli/fixtures/standalone/api/goldens/celest.json +++ b/apps/cli/fixtures/standalone/api/goldens/celest.json @@ -3395,7 +3395,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/auth/goldens/ast.json b/apps/cli/fixtures/standalone/auth/goldens/ast.json index d3da0ad0c..5c0291a96 100644 --- a/apps/cli/fixtures/standalone/auth/goldens/ast.json +++ b/apps/cli/fixtures/standalone/auth/goldens/ast.json @@ -2143,7 +2143,7 @@ } }, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json index eec57c29d..5861ac864 100644 --- a/apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json @@ -605,7 +605,7 @@ } }, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/auth/goldens/celest.json b/apps/cli/fixtures/standalone/auth/goldens/celest.json index 0a0ebd864..5761b0950 100644 --- a/apps/cli/fixtures/standalone/auth/goldens/celest.json +++ b/apps/cli/fixtures/standalone/auth/goldens/celest.json @@ -614,7 +614,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/data/goldens/ast.json b/apps/cli/fixtures/standalone/data/goldens/ast.json index dc0b29331..1955ffebc 100644 --- a/apps/cli/fixtures/standalone/data/goldens/ast.json +++ b/apps/cli/fixtures/standalone/data/goldens/ast.json @@ -740,7 +740,7 @@ } }, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/data/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/data/goldens/ast.resolved.json index 9d21dfc78..fad111f12 100644 --- a/apps/cli/fixtures/standalone/data/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/data/goldens/ast.resolved.json @@ -211,7 +211,7 @@ } }, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/data/goldens/celest.json b/apps/cli/fixtures/standalone/data/goldens/celest.json index 7e88594f8..e414aba9e 100644 --- a/apps/cli/fixtures/standalone/data/goldens/celest.json +++ b/apps/cli/fixtures/standalone/data/goldens/celest.json @@ -204,7 +204,7 @@ "build": [ 1.0 ], - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/env_vars/goldens/ast.json b/apps/cli/fixtures/standalone/env_vars/goldens/ast.json index 9f2fcb615..2822daebc 100644 --- a/apps/cli/fixtures/standalone/env_vars/goldens/ast.json +++ b/apps/cli/fixtures/standalone/env_vars/goldens/ast.json @@ -827,7 +827,7 @@ ], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/env_vars/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/env_vars/goldens/ast.resolved.json index 313a9e704..c1e76bfc8 100644 --- a/apps/cli/fixtures/standalone/env_vars/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/env_vars/goldens/ast.resolved.json @@ -91,7 +91,7 @@ ], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/env_vars/goldens/celest.json b/apps/cli/fixtures/standalone/env_vars/goldens/celest.json index 7f119d10c..727fe8e4f 100644 --- a/apps/cli/fixtures/standalone/env_vars/goldens/celest.json +++ b/apps/cli/fixtures/standalone/env_vars/goldens/celest.json @@ -96,7 +96,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/exceptions/goldens/ast.json b/apps/cli/fixtures/standalone/exceptions/goldens/ast.json index dbfb21331..d0c214e71 100644 --- a/apps/cli/fixtures/standalone/exceptions/goldens/ast.json +++ b/apps/cli/fixtures/standalone/exceptions/goldens/ast.json @@ -1313,7 +1313,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/exceptions/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/exceptions/goldens/ast.resolved.json index f6e39648f..a71b194fb 100644 --- a/apps/cli/fixtures/standalone/exceptions/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/exceptions/goldens/ast.resolved.json @@ -187,7 +187,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/exceptions/goldens/celest.json b/apps/cli/fixtures/standalone/exceptions/goldens/celest.json index 1085e794e..82e3689b2 100644 --- a/apps/cli/fixtures/standalone/exceptions/goldens/celest.json +++ b/apps/cli/fixtures/standalone/exceptions/goldens/celest.json @@ -180,7 +180,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/flutter/goldens/ast.json b/apps/cli/fixtures/standalone/flutter/goldens/ast.json index 4de7840e7..7f9985416 100644 --- a/apps/cli/fixtures/standalone/flutter/goldens/ast.json +++ b/apps/cli/fixtures/standalone/flutter/goldens/ast.json @@ -1105,7 +1105,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/flutter/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/flutter/goldens/ast.resolved.json index 79dfd22bb..b660d3f42 100644 --- a/apps/cli/fixtures/standalone/flutter/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/flutter/goldens/ast.resolved.json @@ -86,7 +86,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/flutter/goldens/celest.json b/apps/cli/fixtures/standalone/flutter/goldens/celest.json index 9f37d7413..be53379a4 100644 --- a/apps/cli/fixtures/standalone/flutter/goldens/celest.json +++ b/apps/cli/fixtures/standalone/flutter/goldens/celest.json @@ -85,7 +85,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/http/goldens/ast.json b/apps/cli/fixtures/standalone/http/goldens/ast.json index 2d9991c8a..fe3652fe0 100644 --- a/apps/cli/fixtures/standalone/http/goldens/ast.json +++ b/apps/cli/fixtures/standalone/http/goldens/ast.json @@ -4933,7 +4933,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/http/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/http/goldens/ast.resolved.json index 9dc31fceb..d14475567 100644 --- a/apps/cli/fixtures/standalone/http/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/http/goldens/ast.resolved.json @@ -251,7 +251,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/http/goldens/celest.json b/apps/cli/fixtures/standalone/http/goldens/celest.json index e77971cf4..7786b26a0 100644 --- a/apps/cli/fixtures/standalone/http/goldens/celest.json +++ b/apps/cli/fixtures/standalone/http/goldens/celest.json @@ -241,7 +241,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/marcelo/goldens/ast.json b/apps/cli/fixtures/standalone/marcelo/goldens/ast.json index c508a4c3f..ff0ed14f0 100644 --- a/apps/cli/fixtures/standalone/marcelo/goldens/ast.json +++ b/apps/cli/fixtures/standalone/marcelo/goldens/ast.json @@ -1617,7 +1617,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/marcelo/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/marcelo/goldens/ast.resolved.json index 0fafee9b9..92b2b5786 100644 --- a/apps/cli/fixtures/standalone/marcelo/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/marcelo/goldens/ast.resolved.json @@ -230,7 +230,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/marcelo/goldens/celest.json b/apps/cli/fixtures/standalone/marcelo/goldens/celest.json index 83620807a..706de6853 100644 --- a/apps/cli/fixtures/standalone/marcelo/goldens/celest.json +++ b/apps/cli/fixtures/standalone/marcelo/goldens/celest.json @@ -220,7 +220,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/fixtures/standalone/streaming/goldens/ast.json b/apps/cli/fixtures/standalone/streaming/goldens/ast.json index 44230468a..e99d8fcbf 100644 --- a/apps/cli/fixtures/standalone/streaming/goldens/ast.json +++ b/apps/cli/fixtures/standalone/streaming/goldens/ast.json @@ -525,7 +525,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/streaming/goldens/ast.resolved.json b/apps/cli/fixtures/standalone/streaming/goldens/ast.resolved.json index 03bc36cea..b8b1af9d2 100644 --- a/apps/cli/fixtures/standalone/streaming/goldens/ast.resolved.json +++ b/apps/cli/fixtures/standalone/streaming/goldens/ast.resolved.json @@ -86,7 +86,7 @@ "secrets": [], "databases": {}, "sdkConfig": { - "celest": "1.0.10+1", + "celest": "1.0.10+2", "dart": { "type": "dart", "version": "3.7.2", diff --git a/apps/cli/fixtures/standalone/streaming/goldens/celest.json b/apps/cli/fixtures/standalone/streaming/goldens/celest.json index 80cc9e619..cb720c5f4 100644 --- a/apps/cli/fixtures/standalone/streaming/goldens/celest.json +++ b/apps/cli/fixtures/standalone/streaming/goldens/celest.json @@ -83,7 +83,7 @@ "major": 1, "minor": 0, "patch": 9, - "canonicalizedVersion": "1.0.10+1" + "canonicalizedVersion": "1.0.10+2" }, "dart": { "type": "DART", diff --git a/apps/cli/lib/src/version.dart b/apps/cli/lib/src/version.dart index e7139a3a7..8c943b624 100644 --- a/apps/cli/lib/src/version.dart +++ b/apps/cli/lib/src/version.dart @@ -1,7 +1,7 @@ import 'package:celest_cli/src/utils/run.dart'; import 'package:pub_semver/pub_semver.dart'; -const String _version = '1.0.10+1'; +const String _version = '1.0.10+2'; final String packageVersion = run(() { const override = String.fromEnvironment('celest.version'); diff --git a/apps/cli/pubspec.yaml b/apps/cli/pubspec.yaml index dea3a4c94..dd3a40d18 100644 --- a/apps/cli/pubspec.yaml +++ b/apps/cli/pubspec.yaml @@ -1,6 +1,6 @@ name: celest_cli description: The command-line interface for Celest. -version: 1.0.10+1 +version: 1.0.10+2 homepage: https://celest.dev repository: https://github.com/celest-dev/celest/tree/main/apps/cli