Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeze: convert to 1.0 #1488

Merged
merged 3 commits into from
Jun 24, 2020
Merged

freeze: convert to 1.0 #1488

merged 3 commits into from
Jun 24, 2020

Conversation

pared
Copy link
Contributor

@pared pared commented Jun 23, 2020

You may disregard these recommendations if you used the Edit on GitHub button from dvc.org to improve a doc in place.

❗ Please read the guidelines in the Contributing to the Documentation list if you make any substantial changes to the documentation or JS engine.

🐛 Please make sure to mention Fix #issue (if applicable) in the description of the PR. This causes GitHub to close it automatically when the PR is merged.

Please choose to allow us to edit your branch when creating the PR.

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

Related to #1255

@pared pared requested a review from jorgeorpinel June 23, 2020 12:55
Copy link
Contributor

@jorgeorpinel jorgeorpinel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pared I'll just remove those output lines from other commands that aren't freeze/unfreeze. Easier to maintain without them.

content/docs/command-reference/freeze.md Outdated Show resolved Hide resolved
content/docs/command-reference/freeze.md Outdated Show resolved Hide resolved
Running command:
cp foo bar
...
$ dvc run -d foo -o bar -n make_copy cp foo bar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we put -n first?

Suggested change
$ dvc run -d foo -o bar -n make_copy cp foo bar
$ dvc run -n make_copy -d foo -o bar cp foo bar

@shcheklein shcheklein merged commit cb1245b into iterative:master Jun 24, 2020
@shcheklein
Copy link
Member

thanks @pared !

@jorgeorpinel
Copy link
Contributor

Continued in #1493

shcheklein pushed a commit that referenced this pull request Jun 25, 2020
* cmd ref: add more explanations to freeze
per #1488 (review)
et al.

* cmd ref: more updates to freeze

* cmd ref: updates to unfreeze based on those to freeze
see recent commits

* cmd ref: revise examples of (un)freeze refs.

* cmd: fix examples in (un)freeze
per #1493 (review)

* cmd: rewrite intros to (un)freeze
per #1493 (review)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants