Weave is a CLI tool designed to make working with Initia and its Interwoven Rollups easier. Instead of dealing with multiple tools and extensive documentation, developers can use a single command-line interface for the entire development and deployment workflow.
Its primary purpose is to solve several key challenges:
Here are some of the key features that make it stand out:
Tooltip support in each step:
Users can toggle Tooltip on and off in each step by pressing Ctrl + T
to get more information about the current step they are on.
We give you the right amount of information at the right time. Less time spent on googling and finding the information you need.
Ability to go back to the previous step (for most steps):
Weave allows you to go back to the previous step in the setup process by pressing Ctrl + Z
. This is particularly useful when you make a mistake in the setup process and need to correct it. Please note that this is not available for all steps.
Simple service management:
Weave provides a simple command to start, stop, restart a service just like how you would do it with systemctl
or launchctl
. It also provides a log
command to view the logs of the service.
In essence, every infra-service you setup can be managed with the following commands:
Get started with Weave now by following this installation guide.
Weave is a CLI tool designed to make working with Initia and its Interwoven Rollups easier. Instead of dealing with multiple tools and extensive documentation, developers can use a single command-line interface for the entire development and deployment workflow.
Its primary purpose is to solve several key challenges:
Here are some of the key features that make it stand out:
Tooltip support in each step:
Users can toggle Tooltip on and off in each step by pressing Ctrl + T
to get more information about the current step they are on.
We give you the right amount of information at the right time. Less time spent on googling and finding the information you need.
Ability to go back to the previous step (for most steps):
Weave allows you to go back to the previous step in the setup process by pressing Ctrl + Z
. This is particularly useful when you make a mistake in the setup process and need to correct it. Please note that this is not available for all steps.
Simple service management:
Weave provides a simple command to start, stop, restart a service just like how you would do it with systemctl
or launchctl
. It also provides a log
command to view the logs of the service.
In essence, every infra-service you setup can be managed with the following commands:
Get started with Weave now by following this installation guide.