Skip to content

Commit

Permalink
Remove use of dktl in user guide (#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Jun 28, 2023
1 parent 769bb19 commit ab6dcb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/user-guide/guide_dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Create a harvest based on the file above:

.. code-block::
dktl drush dkan:harvest:register --identifier=data --extract-uri=http://dkan.ddev.site/sites/default/files/h1.json
dktl drush dkan:harvest:run data
dktl drush cron
drush dkan:harvest:register --identifier=data --extract-uri=http://dkan.ddev.site/sites/default/files/h1.json
drush dkan:harvest:run data
drush cron
Add demo site content
---------------------
Expand All @@ -110,8 +110,8 @@ Remove the datasets with the remove command.

.. code-block::
dktl drush en sample_content -y
dktl drush dkan:sample-content:create
dktl drush cron
dktl drush dkan:sample:content:remove
drush en sample_content -y
drush dkan:sample-content:create
drush cron
drush dkan:sample:content:remove

0 comments on commit ab6dcb7

Please sign in to comment.