|
|
@ -17,7 +17,7 @@ export FS object to blockchain |
|
|
|
#### example |
|
|
|
#### example |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
php cli/put.php processor filename [delay] |
|
|
|
php src/put.php processor filename [delay] |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### arguments |
|
|
|
#### arguments |
|
|
@ -37,7 +37,7 @@ similar to the [put](#put) logic but using namespace provided as the additional |
|
|
|
#### example |
|
|
|
#### example |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
php cli/fix.php processor namespace filename [delay] |
|
|
|
php src/fix.php processor namespace filename [delay] |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### arguments |
|
|
|
#### arguments |
|
|
@ -60,7 +60,7 @@ import stored object from blockchain to FS location |
|
|
|
#### example |
|
|
|
#### example |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
php cli/get.php processor namespace [filename] |
|
|
|
php src/get.php processor namespace [filename] |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### arguments |
|
|
|
#### arguments |
|
|
|