create:terms
अपने Drupal 8 एप्लीकेशन के लिए डमी टर्म्ज़ बनाएँ।
Usage:
drupal create:terms [arguments] [options]
crtAvailable options
| Option | Details |
|---|---|
--limit | आप कितने टर्म्ज़ बनाना चाहते हैं |
--name-words | टर्म नेम्स में शब्दों की अधिकतम संख्या |
Available arguments
| Argument | Details |
|---|---|
vocabularies | टर्म्ज़ के निर्माण में प्रयोग की जाने वाली वोकेबुलरी(स) |
Examples
Provide the vocabulary term name.
drupal create:terms vocabularyProvide the limit of terms to add and limit of title words.
drupal create:terms tags \
--limit="10" \
--name-words="5"