hereya-cli 0.69.3 → 0.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1082,6 +1082,183 @@
1082
1082
  "index.js"
1083
1083
  ]
1084
1084
  },
1085
+ "devenv:config": {
1086
+ "aliases": [],
1087
+ "args": {},
1088
+ "description": "Configure SSH for a dev environment and display connection details.",
1089
+ "examples": [
1090
+ "<%= config.bin %> <%= command.id %> -w my-workspace"
1091
+ ],
1092
+ "flags": {
1093
+ "workspace": {
1094
+ "char": "w",
1095
+ "description": "name of the workspace to configure SSH for",
1096
+ "name": "workspace",
1097
+ "required": true,
1098
+ "hasDynamicHelp": false,
1099
+ "multiple": false,
1100
+ "type": "option"
1101
+ }
1102
+ },
1103
+ "hasDynamicHelp": false,
1104
+ "hiddenAliases": [],
1105
+ "id": "devenv:config",
1106
+ "pluginAlias": "hereya-cli",
1107
+ "pluginName": "hereya-cli",
1108
+ "pluginType": "core",
1109
+ "strict": true,
1110
+ "enableJsonFlag": false,
1111
+ "isESM": true,
1112
+ "relativePath": [
1113
+ "dist",
1114
+ "commands",
1115
+ "devenv",
1116
+ "config",
1117
+ "index.js"
1118
+ ]
1119
+ },
1120
+ "devenv:install": {
1121
+ "aliases": [],
1122
+ "args": {},
1123
+ "description": "Provision a remote dev environment on a workspace.",
1124
+ "examples": [
1125
+ "<%= config.bin %> <%= command.id %> -w my-workspace -p instanceType=t3.large"
1126
+ ],
1127
+ "flags": {
1128
+ "debug": {
1129
+ "description": "enable debug mode",
1130
+ "name": "debug",
1131
+ "allowNo": false,
1132
+ "type": "boolean"
1133
+ },
1134
+ "parameter": {
1135
+ "char": "p",
1136
+ "description": "parameter for the package, in the form of 'key=value'. Can be specified multiple times.",
1137
+ "name": "parameter",
1138
+ "default": [],
1139
+ "hasDynamicHelp": false,
1140
+ "multiple": true,
1141
+ "type": "option"
1142
+ },
1143
+ "parameter-file": {
1144
+ "char": "f",
1145
+ "description": "path to a file containing parameters for the package",
1146
+ "name": "parameter-file",
1147
+ "hasDynamicHelp": false,
1148
+ "multiple": false,
1149
+ "type": "option"
1150
+ },
1151
+ "version": {
1152
+ "char": "v",
1153
+ "description": "version of the dev environment package",
1154
+ "name": "version",
1155
+ "hasDynamicHelp": false,
1156
+ "multiple": false,
1157
+ "type": "option"
1158
+ },
1159
+ "workspace": {
1160
+ "char": "w",
1161
+ "description": "name of the workspace to provision the dev environment on",
1162
+ "name": "workspace",
1163
+ "required": true,
1164
+ "hasDynamicHelp": false,
1165
+ "multiple": false,
1166
+ "type": "option"
1167
+ }
1168
+ },
1169
+ "hasDynamicHelp": false,
1170
+ "hiddenAliases": [],
1171
+ "id": "devenv:install",
1172
+ "pluginAlias": "hereya-cli",
1173
+ "pluginName": "hereya-cli",
1174
+ "pluginType": "core",
1175
+ "strict": true,
1176
+ "enableJsonFlag": false,
1177
+ "isESM": true,
1178
+ "relativePath": [
1179
+ "dist",
1180
+ "commands",
1181
+ "devenv",
1182
+ "install",
1183
+ "index.js"
1184
+ ]
1185
+ },
1186
+ "devenv:ssh": {
1187
+ "aliases": [],
1188
+ "args": {},
1189
+ "description": "SSH into a dev environment instance.",
1190
+ "examples": [
1191
+ "<%= config.bin %> <%= command.id %> -w my-workspace"
1192
+ ],
1193
+ "flags": {
1194
+ "workspace": {
1195
+ "char": "w",
1196
+ "description": "name of the workspace to SSH into",
1197
+ "name": "workspace",
1198
+ "required": true,
1199
+ "hasDynamicHelp": false,
1200
+ "multiple": false,
1201
+ "type": "option"
1202
+ }
1203
+ },
1204
+ "hasDynamicHelp": false,
1205
+ "hiddenAliases": [],
1206
+ "id": "devenv:ssh",
1207
+ "pluginAlias": "hereya-cli",
1208
+ "pluginName": "hereya-cli",
1209
+ "pluginType": "core",
1210
+ "strict": true,
1211
+ "enableJsonFlag": false,
1212
+ "isESM": true,
1213
+ "relativePath": [
1214
+ "dist",
1215
+ "commands",
1216
+ "devenv",
1217
+ "ssh",
1218
+ "index.js"
1219
+ ]
1220
+ },
1221
+ "devenv:uninstall": {
1222
+ "aliases": [],
1223
+ "args": {},
1224
+ "description": "Destroy and remove the dev environment from a workspace.",
1225
+ "examples": [
1226
+ "<%= config.bin %> <%= command.id %> -w my-workspace"
1227
+ ],
1228
+ "flags": {
1229
+ "debug": {
1230
+ "description": "enable debug mode",
1231
+ "name": "debug",
1232
+ "allowNo": false,
1233
+ "type": "boolean"
1234
+ },
1235
+ "workspace": {
1236
+ "char": "w",
1237
+ "description": "name of the workspace to remove the dev environment from",
1238
+ "name": "workspace",
1239
+ "required": true,
1240
+ "hasDynamicHelp": false,
1241
+ "multiple": false,
1242
+ "type": "option"
1243
+ }
1244
+ },
1245
+ "hasDynamicHelp": false,
1246
+ "hiddenAliases": [],
1247
+ "id": "devenv:uninstall",
1248
+ "pluginAlias": "hereya-cli",
1249
+ "pluginName": "hereya-cli",
1250
+ "pluginType": "core",
1251
+ "strict": true,
1252
+ "enableJsonFlag": false,
1253
+ "isESM": true,
1254
+ "relativePath": [
1255
+ "dist",
1256
+ "commands",
1257
+ "devenv",
1258
+ "uninstall",
1259
+ "index.js"
1260
+ ]
1261
+ },
1085
1262
  "docker:run": {
1086
1263
  "aliases": [],
1087
1264
  "args": {
@@ -2050,6 +2227,55 @@
2050
2227
  "index.js"
2051
2228
  ]
2052
2229
  },
2230
+ "devenv:project:init": {
2231
+ "aliases": [],
2232
+ "args": {
2233
+ "project": {
2234
+ "description": "project name",
2235
+ "name": "project",
2236
+ "required": true
2237
+ }
2238
+ },
2239
+ "description": "Initialize a project on a remote dev environment.",
2240
+ "examples": [
2241
+ "<%= config.bin %> <%= command.id %> my-app -w my-workspace"
2242
+ ],
2243
+ "flags": {
2244
+ "force": {
2245
+ "char": "f",
2246
+ "description": "continue even if folder already exists",
2247
+ "name": "force",
2248
+ "allowNo": false,
2249
+ "type": "boolean"
2250
+ },
2251
+ "workspace": {
2252
+ "char": "w",
2253
+ "description": "name of the workspace",
2254
+ "name": "workspace",
2255
+ "required": true,
2256
+ "hasDynamicHelp": false,
2257
+ "multiple": false,
2258
+ "type": "option"
2259
+ }
2260
+ },
2261
+ "hasDynamicHelp": false,
2262
+ "hiddenAliases": [],
2263
+ "id": "devenv:project:init",
2264
+ "pluginAlias": "hereya-cli",
2265
+ "pluginName": "hereya-cli",
2266
+ "pluginType": "core",
2267
+ "strict": true,
2268
+ "enableJsonFlag": false,
2269
+ "isESM": true,
2270
+ "relativePath": [
2271
+ "dist",
2272
+ "commands",
2273
+ "devenv",
2274
+ "project",
2275
+ "init",
2276
+ "index.js"
2277
+ ]
2278
+ },
2053
2279
  "flow:docker:run": {
2054
2280
  "aliases": [],
2055
2281
  "args": {
@@ -2352,5 +2578,5 @@
2352
2578
  ]
2353
2579
  }
2354
2580
  },
2355
- "version": "0.69.3"
2581
+ "version": "0.71.0"
2356
2582
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hereya-cli",
3
3
  "description": "Infrastructure as Package",
4
- "version": "0.69.3",
4
+ "version": "0.71.0",
5
5
  "author": "Hereya Developers",
6
6
  "bin": {
7
7
  "hereya": "./bin/run.js"