Thanks for the input.
What remains a mystery to me :
- At what point is
ic.ids.jsongenerated ? I’m playing around trying to understand : deleting the file, stopping/starting the server, building/deploying, nothing gets generated… yet at some point the file was generated. How did it know my network canister ids? From where did it get them? I only hadcanister_ids.jsonand an olddfx.jsonmentioning them.
Extra observations
a) icp network: why -d for --background and not -b ?
b) why icp -V and not icp -v ?
c) icp network start: I often get Error: port 8000 is in use by the local network of the project at '/Users/djo/ic_projects/...', yet sudo lsof -i :8000 is giving no result. You mentioned a workaround for this during the last group call but I didn’t catch it — I’ll look into it further.
d) Why no icp init? I often have a folder already created. I have mentioned it a few times, still wonder why not. dfx init for Initializing Projects in Existing Folders
Just general feedback from daily usage — no need to address all of these, I’ll work through them.
Thanks !