Skip to content

Commit c678e38

Browse files
Add the reload command to the env start output (DataDog#12977)
1 parent f1f9750 commit c678e38

File tree

1 file changed

+3
-0
lines changed
  • datadog_checks_dev/datadog_checks/dev/tooling/commands/env

1 file changed

+3
-0
lines changed

datadog_checks_dev/datadog_checks/dev/tooling/commands/env/start.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def start(ctx, check, env, agent, python, dev, base, env_vars, org_name, profile
100100
echo_success(config_message, nl=False)
101101
echo_info(environment.config_file)
102102

103+
echo_success('To reload the config file, do: ', nl=False)
104+
echo_info(f'ddev env reload {check} {env}')
105+
103106
echo_success('To run this check, do: ', nl=False)
104107
echo_info(f'ddev env check {check} {env}')
105108

0 commit comments

Comments
 (0)