@teambit/harmony.content.cli-reference 1.95.211 → 1.95.213

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.33'
2
+ description: 'Bit command synopses. Bit version: 0.2.35'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2950,6 +2950,65 @@
2950
2950
  }
2951
2951
  ]
2952
2952
  },
2953
+ {
2954
+ "name": "log <id>",
2955
+ "alias": "",
2956
+ "options": [
2957
+ [
2958
+ "r",
2959
+ "remote",
2960
+ "show log of a remote component"
2961
+ ],
2962
+ [
2963
+ "",
2964
+ "parents",
2965
+ "show parents and lanes data"
2966
+ ],
2967
+ [
2968
+ "o",
2969
+ "one-line",
2970
+ "show each log entry in one line"
2971
+ ],
2972
+ [
2973
+ "j",
2974
+ "json",
2975
+ "json format"
2976
+ ]
2977
+ ],
2978
+ "description": "show components(s) version history",
2979
+ "extendedDescription": "",
2980
+ "group": "info",
2981
+ "private": false,
2982
+ "remoteOp": true,
2983
+ "skipWorkspace": true,
2984
+ "arguments": [
2985
+ {
2986
+ "name": "id",
2987
+ "description": "component-id or component-name"
2988
+ }
2989
+ ]
2990
+ },
2991
+ {
2992
+ "name": "log-file <filepath>",
2993
+ "alias": "",
2994
+ "options": [
2995
+ [
2996
+ "o",
2997
+ "one-line",
2998
+ "show each log entry in one line"
2999
+ ]
3000
+ ],
3001
+ "description": "EXPERIMENTAL. show file history",
3002
+ "extendedDescription": "",
3003
+ "group": "info",
3004
+ "private": false,
3005
+ "arguments": [
3006
+ {
3007
+ "name": "filepath",
3008
+ "description": "file path relative to the workspace"
3009
+ }
3010
+ ]
3011
+ },
2953
3012
  {
2954
3013
  "name": "test [component-pattern]",
2955
3014
  "alias": "at",
@@ -4298,65 +4357,6 @@
4298
4357
  "private": false,
4299
4358
  "skipWorkspace": true
4300
4359
  },
4301
- {
4302
- "name": "log <id>",
4303
- "alias": "",
4304
- "options": [
4305
- [
4306
- "r",
4307
- "remote",
4308
- "show log of a remote component"
4309
- ],
4310
- [
4311
- "",
4312
- "parents",
4313
- "show parents and lanes data"
4314
- ],
4315
- [
4316
- "o",
4317
- "one-line",
4318
- "show each log entry in one line"
4319
- ],
4320
- [
4321
- "j",
4322
- "json",
4323
- "json format"
4324
- ]
4325
- ],
4326
- "description": "show components(s) version history",
4327
- "extendedDescription": "",
4328
- "group": "info",
4329
- "private": false,
4330
- "remoteOp": true,
4331
- "skipWorkspace": true,
4332
- "arguments": [
4333
- {
4334
- "name": "id",
4335
- "description": "component-id or component-name"
4336
- }
4337
- ]
4338
- },
4339
- {
4340
- "name": "log-file <filepath>",
4341
- "alias": "",
4342
- "options": [
4343
- [
4344
- "o",
4345
- "one-line",
4346
- "show each log entry in one line"
4347
- ]
4348
- ],
4349
- "description": "EXPERIMENTAL. show file history",
4350
- "extendedDescription": "",
4351
- "group": "info",
4352
- "private": false,
4353
- "arguments": [
4354
- {
4355
- "name": "filepath",
4356
- "description": "file path relative to the workspace"
4357
- }
4358
- ]
4359
- },
4360
4360
  {
4361
4361
  "name": "deprecate <component-name>",
4362
4362
  "alias": "d",
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.33'
2
+ description: 'Bit command synopses. Bit version: 0.2.35'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2950,6 +2950,65 @@
2950
2950
  }
2951
2951
  ]
2952
2952
  },
2953
+ {
2954
+ "name": "log <id>",
2955
+ "alias": "",
2956
+ "options": [
2957
+ [
2958
+ "r",
2959
+ "remote",
2960
+ "show log of a remote component"
2961
+ ],
2962
+ [
2963
+ "",
2964
+ "parents",
2965
+ "show parents and lanes data"
2966
+ ],
2967
+ [
2968
+ "o",
2969
+ "one-line",
2970
+ "show each log entry in one line"
2971
+ ],
2972
+ [
2973
+ "j",
2974
+ "json",
2975
+ "json format"
2976
+ ]
2977
+ ],
2978
+ "description": "show components(s) version history",
2979
+ "extendedDescription": "",
2980
+ "group": "info",
2981
+ "private": false,
2982
+ "remoteOp": true,
2983
+ "skipWorkspace": true,
2984
+ "arguments": [
2985
+ {
2986
+ "name": "id",
2987
+ "description": "component-id or component-name"
2988
+ }
2989
+ ]
2990
+ },
2991
+ {
2992
+ "name": "log-file <filepath>",
2993
+ "alias": "",
2994
+ "options": [
2995
+ [
2996
+ "o",
2997
+ "one-line",
2998
+ "show each log entry in one line"
2999
+ ]
3000
+ ],
3001
+ "description": "EXPERIMENTAL. show file history",
3002
+ "extendedDescription": "",
3003
+ "group": "info",
3004
+ "private": false,
3005
+ "arguments": [
3006
+ {
3007
+ "name": "filepath",
3008
+ "description": "file path relative to the workspace"
3009
+ }
3010
+ ]
3011
+ },
2953
3012
  {
2954
3013
  "name": "test [component-pattern]",
2955
3014
  "alias": "at",
@@ -4298,65 +4357,6 @@
4298
4357
  "private": false,
4299
4358
  "skipWorkspace": true
4300
4359
  },
4301
- {
4302
- "name": "log <id>",
4303
- "alias": "",
4304
- "options": [
4305
- [
4306
- "r",
4307
- "remote",
4308
- "show log of a remote component"
4309
- ],
4310
- [
4311
- "",
4312
- "parents",
4313
- "show parents and lanes data"
4314
- ],
4315
- [
4316
- "o",
4317
- "one-line",
4318
- "show each log entry in one line"
4319
- ],
4320
- [
4321
- "j",
4322
- "json",
4323
- "json format"
4324
- ]
4325
- ],
4326
- "description": "show components(s) version history",
4327
- "extendedDescription": "",
4328
- "group": "info",
4329
- "private": false,
4330
- "remoteOp": true,
4331
- "skipWorkspace": true,
4332
- "arguments": [
4333
- {
4334
- "name": "id",
4335
- "description": "component-id or component-name"
4336
- }
4337
- ]
4338
- },
4339
- {
4340
- "name": "log-file <filepath>",
4341
- "alias": "",
4342
- "options": [
4343
- [
4344
- "o",
4345
- "one-line",
4346
- "show each log entry in one line"
4347
- ]
4348
- ],
4349
- "description": "EXPERIMENTAL. show file history",
4350
- "extendedDescription": "",
4351
- "group": "info",
4352
- "private": false,
4353
- "arguments": [
4354
- {
4355
- "name": "filepath",
4356
- "description": "file path relative to the workspace"
4357
- }
4358
- ]
4359
- },
4360
4360
  {
4361
4361
  "name": "deprecate <component-name>",
4362
4362
  "alias": "d",