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

Add an unload command #68

Merged
merged 3 commits into from
Nov 19, 2016
Merged

Conversation

rask
Copy link
Contributor

@rask rask commented Nov 4, 2016

Adds an unload command, which removes paths from studio.json.

Issue: #67

@rask rask changed the title Feature/unload command Add an unload command Nov 4, 2016
@franzliedke
Copy link
Owner

Good stuff, thank you!

This will remove the path `foo` from the studio.json configuration, which means the package will not be used
in the Composer project any more. This does not remove the package contents. See `scrap` for total removal.

You can reload the package using the `load` command.
Copy link
Owner

Choose a reason for hiding this comment

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

Can you make it a little clearer that we're not dealing with packages here, but with paths?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Made an update, let me know if it still seems confusing. :)

Make the wording clearer that the unload command works with studio paths, not actual packages.
@franzliedke franzliedke merged commit fef747b into franzliedke:master Nov 19, 2016
@franzliedke
Copy link
Owner

Thanks a lot!

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.

2 participants