You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticdescription='Sets the deploy key to use when deploying to a Graph node.';
8
8
9
9
staticargs={
10
-
node: Args.string(),
11
10
'deploy-key': Args.string(),
12
11
};
13
12
14
13
staticflags={
15
14
help: Flags.help({
16
15
char: 'h',
17
16
}),
18
-
19
-
product: Flags.string({
20
-
summary: 'Select a product for which to authenticate.',
21
-
options: ['subgraph-studio','hosted-service'],
22
-
deprecated: {
23
-
message:
24
-
'In next major version, this flag will be removed. By default we will deploy to the Graph Studio. Learn more about Sunrise of Decentralized Data https://thegraph.com/blog/unveiling-updated-sunrise-decentralized-data/',
25
-
},
26
-
}),
27
-
studio: Flags.boolean({
28
-
summary: 'Shortcut for "--product subgraph-studio".',
29
-
exclusive: ['product'],
30
-
deprecated: {
31
-
message:
32
-
'In next major version, this flag will be removed. By default we will deploy to the Graph Studio. Learn more about Sunrise of Decentralized Data https://thegraph.com/blog/unveiling-updated-sunrise-decentralized-data/',
0 commit comments