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
summary: 'Select a product for which to authenticate.',
21
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
+
},
22
26
}),
23
27
studio: Flags.boolean({
24
28
summary: 'Shortcut for "--product subgraph-studio".',
25
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/',
summary: 'Selects the product for which to initialize.',
49
49
options: ['subgraph-studio','hosted-service'],
50
+
deprecated: {
51
+
message:
52
+
'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/',
53
+
},
50
54
}),
51
55
studio: Flags.boolean({
52
56
summary: 'Shortcut for "--product subgraph-studio".',
53
57
exclusive: ['product'],
58
+
deprecated: {
59
+
message:
60
+
'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/',
description: 'Use a subgraph name without a prefix.',
61
69
default: false,
70
+
deprecated: {
71
+
message:
72
+
'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