Skip to content

Commit

Permalink
sets bee command to execute in the target cli mode (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelane authored Sep 14, 2024
1 parent 9fa1f78 commit 9a0bd67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docksal/commands/bee
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

#: exec_target = cli

## Run a bee command inside the cli container.
##
## Usage: fin bee [command]
Expand All @@ -13,4 +15,4 @@ DOCROOT_PATH="${PROJECT_ROOT}/${DOCROOT}"

#-------------------------- END: Settings --------------------------------

fin exec /usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@"
/usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@"

0 comments on commit 9a0bd67

Please sign in to comment.