diff --git a/azure_devops/6-forecast.md b/azure_devops/6-forecast.md index e9a9e9c..48e6d84 100644 --- a/azure_devops/6-forecast.md +++ b/azure_devops/6-forecast.md @@ -26,9 +26,11 @@ Answer the following questions before running the `forecast` command: 2. Run the following command from the root directory: ```bash - gh valet forecast azure-devops --output-dir ./tmp/forecast_reports --azure-devops-project :project + gh valet forecast azure-devops --output-dir ./tmp/forecast_reports ``` + __Note__: The Azure DevOps organization and project name can be omitted from the `forecast` command because they were persisted in the `.env.local` file in the [configure lab](./1-configure.md). You can optionally provide these arguments on the command line with the `--azure-devops-organization` and `--azure-devops-project` CLI options. + 3. The command will output a message that says "No jobs found" because no jobs have been executed in your bootstrapped project. ![img](https://user-images.githubusercontent.com/18723510/187690315-6312088d-9888-4c55-9bbf-c6f2687fa547.png)