Skip to content

Commit 8a23492

Browse files
committed
improve docs
1 parent ff9d659 commit 8a23492

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

local/etc/uceap.d/deploy-to-dev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ function deploy_to_dev() {
66
terminus connection:set git -y
77
}
88

9-
_deploy_to_dev_desc='deploys the local code to the Pantheon DEV environment'
9+
_deploy_to_dev_desc='deploys code from local filesystem to Pantheon DEV environment'
1010
_deploy_to_dev_help='
11-
Deploys the local code to the Pantheon DEV environment.
11+
Deploys code from local filesystem to the Pantheon DEV environment.
1212
1313
# Usage
1414

local/etc/uceap.d/deploy-to-live.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ function deploy_to_live() {
66
_pantheon_deploy
77
}
88

9-
_deploy_to_live_desc='deploys the local code to the Pantheon LIVE environment'
9+
_deploy_to_live_desc='deploys the code on Pantheon from TEST to LIVE'
1010
_deploy_to_live_help='
11-
Deploys the local code to the Pantheon LIVE environment.
11+
Deploys the code on Pantheon from TEST to LIVE.
1212
1313
# Usage
1414

local/etc/uceap.d/deploy-to-multidev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ function deploy_to_multidev() {
22
_deploy_code
33
}
44

5-
_deploy_to_multidev_desc='deploys the local code to a Pantheon multidev'
5+
_deploy_to_multidev_desc='deploys code from local filesystem to a Pantheon multidev'
66
_deploy_to_multidev_help='
7-
Deploys the local code to a Pantheon multidev.
7+
Deploys code from local filesystem to a Pantheon multidev.
88
99
# Usage
1010

local/etc/uceap.d/deploy-to-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ function deploy_to_test() {
1414
_pantheon_deploy
1515
}
1616

17-
_deploy_to_test_desc='deploys the local code to the Pantheon TEST environment'
17+
_deploy_to_test_desc='deploys the code on Pantheon from DEV to TEST'
1818
_deploy_to_test_help='
19-
Deploys the local code to the Pantheon TEST environment.
19+
Deploys the code on Pantheon from DEV to TEST.
2020
2121
# Usage
2222

local/etc/uceap.d/devcontainer_update_content.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function devcontainer_update_content() {
1616
fi
1717
}
1818

19-
_devcontainer_update_content_desc='runs when the devcontainer needs to update content'
19+
_devcontainer_update_content_desc='runs when devcontainer content needs updating'
2020
_devcontainer_update_content_help='
2121
This command implements the `updateContentCommand` lifecycle event for dev containers.
2222

local/etc/uceap.d/help.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ function _help() {
2424
echo
2525
done
2626
echo
27-
echo 'Please run **uceap \<command\>** to execute a command.'
28-
echo 'Please run **uceap help \<command\>** to see the help for a command.'
27+
echo 'Please run `uceap <command>` to execute a command.'
28+
echo 'Please run `uceap help <command>` to see the help for a command.'
2929
}
30-
_help_desc='displays help for `uceap` commands'
30+
_help_desc='displays help for uceap commands'
3131
_help_help='
3232
Show help for UCEAP CLI commands.
3333

local/etc/uceap.d/refresh_content.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ function refresh_content() {
2525
rm $DATABASE_BACKUP
2626
}
2727

28-
_refresh_content_desc='refreshes code, files, and database'
28+
_refresh_content_desc='refreshes code, files, and database in devcontainer'
2929
_refresh_content_help='
30-
Refreshes local code, files, and database.
30+
Refreshes local code, files, and database in devcontainer.
3131
3232
# Usage
3333

0 commit comments

Comments
 (0)