Skip to content

Commit 0f76fd6

Browse files
authored
added global export
1 parent c78b2f2 commit 0f76fd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -u
3636
repo -r -n registry -url https://pm.community.intersystems.com/
3737
```
3838

39+
## export a global in runtime into the repo
40+
```
41+
d $System.OBJ.Export("GlobalD.GBL","/irisrun/repo/src/gbl/GlobalD.xml")
42+
```
43+
3944
## create a web app in dockerfile
4045
```
4146
zn "%SYS" \

0 commit comments

Comments
 (0)