πstatus
Commands Definition and Purpose
What does it do?
"Status" is the gateway to know what is the nature of the components that Drimz can manipulate and edit. Using status, we can decide the version and the state of the component. Something like the following:

The component ID
is the name we provide when we call drimz component:add
see: for more.
The
status
is the place the component can be: "New", "Staged", "Exported", or "Imported"
This will allow control over the state of development of that component
"New" - component was read but not yet uploaded to the Drimz Server (AKA Gini)
"Staged" - component was synced and uploaded to the Drimz Server (AKA Gini)
"Exported" - component was synced to the server to the
"Imported" - component was synced from the server to the
Prerequisite
To run this command you must have Drimz initialized in the project, see
How to run?
drimz status
Did it work?
There can be 2 types of outputs to the run *if it ran successfully)The first - probably for the first run where there are no components:

Once some components have been added to Drimz, you should do the following:

Let's add components to our workspace
Last updated