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
Copy file name to clipboardexpand all lines: cmd/scw/testdata/test-all-usage-account-project-delete-usage.golden
+1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
+
Deprecated in favor of Account API v3.
3
4
Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.
Copy file name to clipboardexpand all lines: cmd/scw/testdata/test-all-usage-account-project-get-usage.golden
+1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
+
Deprecated in favor of Account API v3.
3
4
Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.
Copy file name to clipboardexpand all lines: cmd/scw/testdata/test-all-usage-account-project-list-usage.golden
+1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
+
Deprecated in favor of Account API v3.
3
4
List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.
Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.
Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.
61
64
62
65
**Usage:**
@@ -76,6 +79,7 @@ scw account project get [arg=value ...]
76
79
77
80
### List all Projects of an Organization
78
81
82
+
Deprecated in favor of Account API v3.
79
83
List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.
80
84
81
85
**Usage:**
@@ -98,6 +102,7 @@ scw account project list [arg=value ...]
98
102
99
103
### Update Project
100
104
105
+
Deprecated in favor of Account API v3.
101
106
Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description.
Long: `List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.`,
89
+
Short: `List all Projects of an Organization`,
90
+
Long: `Deprecated in favor of Account API v3.
91
+
List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.`,
Long: `Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.`,
140
+
Short: `Get an existing Project`,
141
+
Long: `Deprecated in favor of Account API v3.
142
+
Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.`,
Long: `Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.`,
164
+
Short: `Delete an existing Project`,
165
+
Long: `Deprecated in favor of Account API v3.
166
+
Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.`,
0 commit comments