summaryrefslogtreecommitdiff
path: root/doc/capture-output-file.out
diff options
context:
space:
mode:
authorArun Isaac2021-06-15 16:45:49 +0530
committerArun Isaac2021-06-15 17:53:25 +0530
commitbf485dd43386305177a2ba3ea1a5ee7e164984c6 (patch)
treeacbd8beaa7b298fd185601308382969f8aa77682 /doc/capture-output-file.out
parent6bc13f2df1395fe6b5c197dca8b24a959d02e5c1 (diff)
downloadccwl-bf485dd43386305177a2ba3ea1a5ee7e164984c6.tar.gz
ccwl-bf485dd43386305177a2ba3ea1a5ee7e164984c6.tar.lz
ccwl-bf485dd43386305177a2ba3ea1a5ee7e164984c6.zip
doc: Move documentation from texinfo to skribilo.
* doc/ccwl.texi: Delete file. * ccwl/skribilo.scm, doc/ccwl.skb, doc/capture-output-file-with-parameter-reference.out, doc/capture-output-file-with-parameter-reference.scm, doc/capture-output-file.out, doc/capture-output-file.scm, doc/capture-stdout.out, doc/capture-stdout.scm, doc/checksum.out, doc/checksum.scm, doc/decompress-compile-run.out, doc/decompress-compile-run.scm, doc/hello-world.out, doc/hello-world.scm, doc/hello.tar.out: New files. * configure.ac: Check for skribilo. * Makefile.am: Unregister doc/ccwl.texi. Add documentation build rules. * guix.scm (ccwl)[native-inputs]: Replace texinfo with skribilo. * .gitignore: Add doc/skribilo. Remove doc/version.texi, doc/*.html, doc/*.info.
Diffstat (limited to 'doc/capture-output-file.out')
-rw-r--r--doc/capture-output-file.out23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/capture-output-file.out b/doc/capture-output-file.out
new file mode 100644
index 0000000..32ee625
--- /dev/null
+++ b/doc/capture-output-file.out
@@ -0,0 +1,23 @@
+$ ccwl compile capture-output-file.scm > capture-output-file.cwl
+$ cwltool capture-output-file.cwl --archive hello.tar
+[workflow ] start
+[workflow ] starting step extract
+[step extract] start
+[job extract] /tmp/nrolttex$ tar \
+ --extract \
+ --file \
+ /tmp/z7pp7qwh/stg3ac272aa-3459-4f20-a033-86f53ba72caf/hello.tar
+[job extract] completed success
+[step extract] completed success
+[workflow ] completed success
+{
+ "extracted-file": {
+ "location": "file:///home/manimekalai/hello.txt",
+ "basename": "hello.txt",
+ "class": "File",
+ "checksum": "sha1$a0b65939670bc2c010f4d5d6a0b3e4e4590fb92b",
+ "size": 13,
+ "path": "/home/manimekalai/hello.txt"
+ }
+}
+Final process status is success