File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENVIRONMENT VARIABLES
3232
3333 PHALA_CLOUD_API_KEY Override the API key (useful for CI/CD)
3434 PHALA_CLOUD_API_PREFIX Override the API base URL` ,
35- stability : "stable " ,
35+ stability : "unstable " ,
3636 arguments : [
3737 {
3838 name : "endpoint" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const jsonOption = {
1313export const linkCommandMeta : CommandMeta = {
1414 name : "link" ,
1515 description : "Link a local directory to a CVM" ,
16- stability : "stable " ,
16+ stability : "unstable " ,
1717 arguments : [
1818 {
1919 name : "cvm-id" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ export const selfGroup: CommandGroup = {
55 meta : {
66 name : "self" ,
77 description : "Self management commands" ,
8- stability : "stable " ,
8+ stability : "unstable " ,
99 } ,
1010} ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const channelOption = {
4545export const selfUpdateCommandMeta : CommandMeta = {
4646 name : "update" ,
4747 description : "Update the Phala CLI" ,
48- stability : "stable " ,
48+ stability : "unstable " ,
4949 options : [
5050 jsonOption ,
5151 yesOption ,
You can’t perform that action at this time.
0 commit comments