Skip to content

Commit

Permalink
Mention scripts available in the VM.
Browse files Browse the repository at this point in the history
  • Loading branch information
noteed committed May 10, 2024
1 parent 3eadef9 commit 46a4cf9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,20 @@ To run the same Python code that is used in the serverless functions locally:

```
$ poetry install
$ poetry run thebacknd --help
$ poetry run thebacknd list
$ poetry run thebacknd create
$ poetry run thebacknd destroy-all
```

# Virtual machine

Within a virtual machine deployed using thebacknd base image, there are four
helper scripts:

```
# current-system
# desired-system
# destroy-system
# update-system
```

0 comments on commit 46a4cf9

Please sign in to comment.