Improve project/website handling
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
ATM, we have a config file that holds the website to upload metadata and some config for the CLI such as the node url to connect to, the credentials and the chunk size. It would be nice to have some way to generate/update the config from a simple command, for example, the after a SC deployment, add the Website SC address to the config file to the user won't have to specify it in the commands.
This address value could also be used in other commands such as ls, show etc. to avoid having to specify the address each time.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI configuration file and the commands that currently accept the website address, including deployment, ls, and show. Determine how a simple command should generate or update the config after an SC deployment, then verify that later commands can reuse the stored address without requiring it each time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100