Skip to content

Commit

Permalink
sets bee command to execute in the target cli mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shelane committed Aug 29, 2024
1 parent 122746c commit b63e3db
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 b63e3db

Please sign in to comment.