We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53799aa commit a22bd4eCopy full SHA for a22bd4e
etc/scripts/d2d/README.rst
@@ -41,13 +41,13 @@ Run mapping without database:
41
42
.. code-block:: bash
43
44
- ./map-deploy-to-develop.sh ./from.tar.gz ./to.whl results.txt
+ ./map-deploy-to-develop.sh ./from.tar.gz ./to.whl results.json
45
46
Run mapping with database on a custom port:
47
48
49
50
- ./map-deploy-to-develop.sh ./from.tar.gz ./to.whl output.txt --options "Python,Java" --spin-db --port 5433
+ ./map-deploy-to-develop.sh ./from.tar.gz ./to.whl output.json --options "Python,Java" --spin-db --port 5433
51
52
Script Actions
53
--------------
0 commit comments