Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Support shutdown #685

Merged
merged 8 commits into from
Feb 7, 2018
Merged

Support shutdown #685

merged 8 commits into from
Feb 7, 2018

Conversation

richardschneider
Copy link
Contributor

See issue ipfs/js-ipfs#1192

@@ -33,6 +33,7 @@ function requireCommands () {
ping: require('../ping'),
refs: require('../refs'),
repo: require('../repo'),
shutdown: require('../shutdown'),
Copy link
Contributor

Choose a reason for hiding this comment

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

These commands should be behind daemon as in

ipfs daemon start and ipfs daemon stop. There are some old notes about it (need to find it)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well go-ipfs has implemented ipfs shutdown. It's the reference standard.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@richardschneider
Copy link
Contributor Author

@diasdavid RTM

@daviddias
Copy link
Contributor

released interface-ipfs-core@0.46.0 with the tests for this PR

@ghost ghost assigned daviddias Feb 7, 2018
@daviddias daviddias merged commit 5091115 into master Feb 7, 2018
@daviddias daviddias deleted the shutdown branch February 7, 2018 10:30
@ghost ghost removed the in progress label Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants