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
1 change: 1 addition & 0 deletions docs/reference/components/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Alternatively, to mimic interfacing with a hosted Harper instance, use operation
package=<path-to-project> \
restart=true
```

- Make sure to omit the `target` option so that it _deploys_ to the Harper instance running locally
- The `package=<path-to-project>` option creates a symlink to the application simplifying restarts
- By default, the `deploy` operation command will _deploy_ the current directory by packaging it up and streaming the bytes. By specifying `package`, it skips this and references the file path directly
Expand Down
Loading