From 96558ad6bfda93f1b7544fc040ca99fd98e5da22 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 19 Oct 2020 20:42:49 +0300 Subject: [PATCH 1/3] docs: update cloud status https://github.com/iterative/dvc/pull/4694 --- content/docs/command-reference/status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/status.md b/content/docs/command-reference/status.md index 5b80d814ca..87b93742d2 100644 --- a/content/docs/command-reference/status.md +++ b/content/docs/command-reference/status.md @@ -43,7 +43,7 @@ paths to tracked files or directories (including paths inside tracked directories), `.dvc` files, and stage names (found in `dvc.yaml`). If no differences are detected, `dvc status` prints -`Data and pipelines are up to date.` If differences are detected by +`Data and pipelines are up to date.` or `Cache and remote '{remote}' are in sync.` for `dvc status -c/-r` If differences are detected by `dvc status`, the command output indicates the changes. For each stage with differences, the changes in dependencies and/or outputs that differ are listed. For each item listed, either the From a743d16a731d6a548cc33c6af08027d66dbee073 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Mon, 19 Oct 2020 10:47:34 -0700 Subject: [PATCH 2/3] Update status.md --- content/docs/command-reference/status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/status.md b/content/docs/command-reference/status.md index 87b93742d2..656eb14251 100644 --- a/content/docs/command-reference/status.md +++ b/content/docs/command-reference/status.md @@ -43,7 +43,7 @@ paths to tracked files or directories (including paths inside tracked directories), `.dvc` files, and stage names (found in `dvc.yaml`). If no differences are detected, `dvc status` prints -`Data and pipelines are up to date.` or `Cache and remote '{remote}' are in sync.` for `dvc status -c/-r` If differences are detected by +`Data and pipelines are up to date.` or `Cache and remote '{remote}' are in sync.` for `dvc status -c/-r`. If differences are detected by `dvc status`, the command output indicates the changes. For each stage with differences, the changes in dependencies and/or outputs that differ are listed. For each item listed, either the From d66981331d566ce25077824f1324f8e34581039e Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 10:48:21 -0700 Subject: [PATCH 3/3] Restyled by prettier (#1878) Co-authored-by: Restyled.io --- content/docs/command-reference/status.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/content/docs/command-reference/status.md b/content/docs/command-reference/status.md index 656eb14251..7fa74a9c7d 100644 --- a/content/docs/command-reference/status.md +++ b/content/docs/command-reference/status.md @@ -43,11 +43,13 @@ paths to tracked files or directories (including paths inside tracked directories), `.dvc` files, and stage names (found in `dvc.yaml`). If no differences are detected, `dvc status` prints -`Data and pipelines are up to date.` or `Cache and remote '{remote}' are in sync.` for `dvc status -c/-r`. If differences are detected by -`dvc status`, the command output indicates the changes. For each stage with -differences, the changes in dependencies and/or -outputs that differ are listed. For each item listed, either the -file name or hash is shown, along with a _state description_, as detailed below: +`Data and pipelines are up to date.` or +`Cache and remote '{remote}' are in sync.` for `dvc status -c/-r`. If +differences are detected by `dvc status`, the command output indicates the +changes. For each stage with differences, the changes in +dependencies and/or outputs that differ are listed. +For each item listed, either the file name or hash is shown, along with a _state +description_, as detailed below: ### Local workspace status