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

Command to add an update #3

Open
9 tasks
danimesq opened this issue May 12, 2021 · 0 comments
Open
9 tasks

Command to add an update #3

danimesq opened this issue May 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@danimesq
Copy link
Member

danimesq commented May 12, 2021

  • Offer the developer to add update commands directly on CLI (get input), then read .new_patch_at@new_patch_at.json to know what the next version to add
  • Or, developer adds a patch to the project's updates.sh
  • CLI automatically or, the developer, increases by 1 the number of new_patch_at.json
  • Initiate a interactive CLI dialog for git commit, using 01 VCS
  • Makes a bare git repo tmp folder called build (mkdir build && git init --bare build && git remote add build build)
  • Push/uploads into it (git push --set-upstream build main)
  • Use 01 VCS' git-unpack at build folder
  • Adds this folder into IPFS (ipfs add -r build)
  • Copies its CID and shows it to user (ipfs add -Qr --only-hash build, ipfs pin add <hash>) until ethereal uses an Floflis keychain to automatically sign/update ENS
@danimesq danimesq added the enhancement New feature or request label May 12, 2021
@danimesq danimesq added this to the v2 milestone May 12, 2021
@danimesq danimesq self-assigned this May 12, 2021
@danimesq danimesq pinned this issue May 12, 2021
@danimesq danimesq changed the title Command to finalize adding an update Command to finalize add an update Nov 9, 2021
@danimesq danimesq changed the title Command to finalize add an update Command to add an update Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant