mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
19 lines
417 B
ReStructuredText
19 lines
417 B
ReStructuredText
Uninstalling the Hasura CLI
|
|
===========================
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
To uninstall the Hasura CLI you just need to delete the binary file from its installation location.
|
|
|
|
.. code-block:: bash
|
|
|
|
# By default, the binary is installed at /usr/local/bin/hasura
|
|
$ which hasura
|
|
/usr/local/bin/hasura
|
|
|
|
# use sudo if required
|
|
$ rm /usr/local/bin/hasura
|