...
This commit is contained in:
15
script3/actions.md
Normal file
15
script3/actions.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
|
||||
## actions
|
||||
|
||||
```js
|
||||
|
||||
//will run all books, can also do name:'mybooka,mybook2'
|
||||
// !!books.generate
|
||||
|
||||
// !!books.pull
|
||||
// !!book.edit name:'datacenter'
|
||||
// !!book.open name:'datacenter'
|
||||
|
||||
```
|
15
script3/asimov.md
Normal file
15
script3/asimov.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
```js
|
||||
|
||||
!!book.define name:'asimov' title:'Asimovs Internet 4.0'
|
||||
url:'https://git.ourworld.tf/threefold_coop/info_asimov/src/branch/main/asimov'
|
||||
|
||||
|
||||
!!book.collection_add book:'asimov' name:'asimov'
|
||||
url:'https://git.ourworld.tf/threefold_coop/info_asimov/src/branch/main/asimov'
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
11
script3/context.md
Normal file
11
script3/context.md
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
```js
|
||||
|
||||
!!books.configure
|
||||
buildroot:'~/hero/var/mdbuild'
|
||||
publishroot:'~/hero/www/info'
|
||||
install:true
|
||||
reset:false
|
||||
|
||||
```
|
||||
|
14
script3/sshkey.md
Normal file
14
script3/sshkey.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
```js
|
||||
!!sshagent.key_add
|
||||
name:'books'
|
||||
privkey:'
|
||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||
QyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQAAAIhb3ybRW98m
|
||||
0QAAAAtzc2gtZWQyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQ
|
||||
AAAEC+fcDBPqdJHlJOQJ2zXhU2FztKAIl3TmWkaGCPnyts49d/1n/YAfz/xrWmlqAKmVB2
|
||||
FbJDzBkCJ5TDec1zGwOJAAAABWJvb2tz
|
||||
-----END OPENSSH PRIVATE KEY-----
|
||||
'
|
||||
```
|
Reference in New Issue
Block a user