Remove --azure-devops-project from forecast command

This commit is contained in:
Ethan Dennis
2022-09-14 10:26:58 -07:00
parent 8cd321432f
commit 424bada4f3
+3 -1
View File
@@ -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)