@teambit/harmony.content.cli-reference 2.0.587 → 2.0.588

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,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.100'
2
+ description: 'Bit command synopses. Bit version: 1.9.101'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1609,7 +1609,7 @@
1609
1609
  "description": "creates a component named 'ui/button' using the 'react' template"
1610
1610
  },
1611
1611
  {
1612
- "cmd": "bit create node utils/is-string utils/is-number --aspect teambit.node/node",
1612
+ "cmd": "bit create module utils/is-string utils/is-number --aspect teambit.node/node",
1613
1613
  "description": "creates two components, 'utils/is-string' and 'utils/is-number' using the 'node' template from the 'node' aspect(env)"
1614
1614
  },
1615
1615
  {
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.100'
2
+ description: 'Bit command synopses. Bit version: 1.9.101'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1609,7 +1609,7 @@
1609
1609
  "description": "creates a component named 'ui/button' using the 'react' template"
1610
1610
  },
1611
1611
  {
1612
- "cmd": "bit create node utils/is-string utils/is-number --aspect teambit.node/node",
1612
+ "cmd": "bit create module utils/is-string utils/is-number --aspect teambit.node/node",
1613
1613
  "description": "creates two components, 'utils/is-string' and 'utils/is-number' using the 'node' template from the 'node' aspect(env)"
1614
1614
  },
1615
1615
  {