Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/steps-csfle-shell-aws-create-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ content: |
:option:`--eval <mongo --eval>`, :option:`--shell <mongo --shell>`,
and :option:`--nodb <mongo --nodb>` options:

.. code-block:: shell
.. code-block:: bash

mongo --eval "
var AWS_ACCESS_KEY_ID = '$AWS_ACCESS_KEY_ID'
Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-csfle-shell-azure-create-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ content: |
:option:`--eval <mongo --eval>`, :option:`--shell <mongo --shell>`,
and :option:`--nodb <mongo --nodb>` options:

.. code-block:: shell
.. code-block:: bash

mongo --eval "
var AZURE_TENANT_ID = '$AZURE_TENANT_ID'
Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-csfle-shell-gcp-create-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ content: |
:option:`--eval <mongo --eval>`, :option:`--shell <mongo --shell>`,
and :option:`--nodb <mongo --nodb>` options:

.. code-block:: shell
.. code-block:: bash

mongo --eval "
var GCP_EMAIL = '$GCP_EMAIL'
Expand Down
4 changes: 2 additions & 2 deletions source/includes/steps-csfle-shell-local-create-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ content: |
requirements and adds it to the user's ``~/.profile``. If the key
``DEV_LOCAL_KEY`` already exists, skip this operation.

.. code-block:: shell
.. code-block:: bash

echo "export DEV_LOCAL_KEY=\"$(head -c 96 /dev/urandom | base64 | tr -d '\n')\"" >> ~/.profile

Expand All @@ -41,7 +41,7 @@ content: |
<mongo --eval>`, :option:`--shell <mongo --shell>`, and
:option:`--nodb <mongo --nodb>` options:

.. code-block:: shell
.. code-block:: bash

mongo --eval "var LOCAL_KEY = '$DEV_LOCAL_KEY' " \
--shell --nodb
Expand Down