Skip to content

Command to add an update #3

@danimesq

Description

@danimesq
  • 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions