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
`SGX SCONE TEE framework is deprecated in favor of TDX and will be removed in future versions.
60
+
Please consider redeploying your app with TDX instead.
61
+
62
+
run ${color.command('EXPERIMENTAL_TDX_APP=1 iapp deploy')} to deploy your app with TDX now.`
63
+
)
64
+
);
65
+
}catch{
66
+
spinner.warn(
67
+
'SGX SCONE TEE framework is deprecated and will be removed in a future version, please contact iExec support to know more about TDX and how to migrate your app.'
`SGX SCONE TEE framework is deprecated in favor of TDX and will be removed in future versions.
79
+
Please consider redeploying your app with TDX instead.
80
+
81
+
run ${color.command('EXPERIMENTAL_TDX_APP=1 iapp deploy')} to redeploy your app with TDX.`
82
+
)
83
+
);
84
+
}catch{
85
+
spinner.warn(
86
+
'SGX SCONE TEE framework is deprecated and will be removed in a future version, please contact iExec support to know more about TDX and how to migrate your app.'
0 commit comments