You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This particular output reveals ``v0.7.0`` of the OTel Custom Collector. If that version is lower than what's listed on the `f5devcentral / application-study-tool Releases board <https://github.com/f5devcentral/application-study-tool/releases/tag/v0.7.0>`_, perform the following steps. Otherwise, you're ready and free to roll on to :ref:`Accessing F5 AST`.
189
194
190
195
#. Since local changes have been made to files which are actively tracked for changes in the repo, such as ``.env.device-secrets`` and ``config/bigip_receivers.yaml``, we must stash away those changes prior to performing a ``git pull``. Stashing simply sets them aside temporarily. We'll reincorporate them after pulling the latest code from GitHub.
191
196
192
-
.. code-block:: console
197
+
.. code-block:: console
193
198
194
-
sudo git stash
199
+
sudo git stash
195
200
196
201
#. Pull new code from the GitHub repo:
197
202
198
-
.. code-block:: console
203
+
.. code-block:: console
199
204
200
-
sudo git pull origin main
205
+
sudo git pull origin main
201
206
202
207
#. Undo the ``git stash`` action, bringing our local changes back where they need to be:
0 commit comments