Skip to content

Commit 368e6f3

Browse files
Fixed Nitro CommandLine issues (#9009)
Co-authored-by: tobias-tengler <45513122+tobias-tengler@users.noreply.github.com>
1 parent e885999 commit 368e6f3

File tree

6 files changed

+35182
-35277
lines changed

6 files changed

+35182
-35277
lines changed

.build/Build.Environment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ partial class Build
1414
AbsolutePath TestSolutionFile => TemporaryDirectory / "Build.Test.sln";
1515
AbsolutePath PackSolutionFile => SourceDirectory / "Build.Pack.sln";
1616
AbsolutePath NitroCommandLineOperations
17-
=> SourceDirectory / "Nitro" / "CommandLine" / "src" / "CommandLine.Cloud" / "persisted" / "operations.json";
17+
=> SourceDirectory / "Nitro" / "CommandLine" / "src" / "CommandLine" / "persisted" / "operations.json";
1818

1919
AbsolutePath PublishDirectory => RootDirectory / "publish";
2020
AbsolutePath OutputDirectory => RootDirectory / "output";
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"strawberryshake.tools": {
6+
"version": "15.1.8",
7+
"commands": ["dotnet-graphql"],
8+
"rollForward": false
9+
}
10+
}
11+
}

src/Nitro/CommandLine/src/CommandLine/.graphqlrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "ChilliCream.Nitro.CommandLine.Cloud.Client",
2+
"name": "ChilliCream.Nitro.CommandLine.Client",
33
"schema": "./schema.graphql",
44
"documents": "**/*.graphql",
55
"extensions": {
66
"strawberryShake": {
77
"name": "ApiClient",
8-
"namespace": "ChilliCream.Nitro.CommandLine.Cloud.Client",
8+
"namespace": "ChilliCream.Nitro.CommandLine.Client",
99
"url": "https://api.chillicream.cloud/graphql/",
1010
"dependencyInjection": true,
1111
"emitGeneratedCode": true,

0 commit comments

Comments
 (0)