aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deploy.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-07 22:50:21 -0400
committerEduardo Julian2021-09-07 22:50:21 -0400
commit35c0807799717cd720ab28b35851c1a01a67445d (patch)
treec6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/program/aedifex/command/deploy.lux
parentb55cefcb258f11eeee32c1478faefd1bd09ec871 (diff)
De-taggification | part 4
Diffstat (limited to 'stdlib/source/program/aedifex/command/deploy.lux')
-rw-r--r--stdlib/source/program/aedifex/command/deploy.lux62
1 files changed, 31 insertions, 31 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy.lux b/stdlib/source/program/aedifex/command/deploy.lux
index 49837055c..ee2cc3c71 100644
--- a/stdlib/source/program/aedifex/command/deploy.lux
+++ b/stdlib/source/program/aedifex/command/deploy.lux
@@ -5,53 +5,53 @@
[monad {"+" [do]}]]
[control
[pipe {"+" [do>]}]
- ["." try {"+" [Try]}]
+ ["[0]" try {"+" [Try]}]
[concurrency
- ["." async {"+" [Async]} ("#\." monad)]]
+ ["[0]" async {"+" [Async]} ("[1]\[0]" monad)]]
["<>" parser
- ["<.>" xml]]]
+ ["<[0]>" xml]]]
[data
[binary {"+" [Binary]}]
[text
["%" format {"+" [format]}]
[encoding
- ["." utf8]]]
+ ["[0]" utf8]]]
[collection
- ["." set]]
+ ["[0]" set]]
[format
- ["." binary]
- ["." tar]
- ["." xml]]]
+ ["[0]" binary]
+ ["[0]" tar]
+ ["[0]" xml]]]
[time
- ["." instant {"+" [Instant]}]]
+ ["[0]" instant {"+" [Instant]}]]
[world
- ["." file]
- ["." console {"+" [Console]}]]]]
+ ["[0]" file]
+ ["[0]" console {"+" [Console]}]]]]
[program
[compositor
- ["." export]]]
- ["." // "_"
- ["#." clean]
- ["/#" // "_"
+ ["[0]" export]]]
+ ["[0]" // "_"
+ ["[1][0]" clean]
+ ["/[1]" // "_"
[command {"+" [Command]}]
["/" profile]
- ["#." action {"+" [Action]}]
- ["#." pom]
- ["#." hash]
- ["#." package]
- ["#." dependency
- ["#/." deployment]
- ["#/." status {"+" [Status]}]]
- ["#." repository {"+" [Repository]}
+ ["[1][0]" action {"+" [Action]}]
+ ["[1][0]" pom]
+ ["[1][0]" hash]
+ ["[1][0]" package]
+ ["[1][0]" dependency
+ ["[1]/[0]" deployment]
+ ["[1]/[0]" status {"+" [Status]}]]
+ ["[1][0]" repository {"+" [Repository]}
[identity {"+" [Identity]}]
- ["#/." remote]
- ["#/." origin]]
- ["#." metadata
- ["#/." artifact]
- ["#/." snapshot]]
- ["#." artifact {"+" [Artifact]}
- ["#/." extension {"+" [Extension]}]
- ["#/." type]]]])
+ ["[1]/[0]" remote]
+ ["[1]/[0]" origin]]
+ ["[1][0]" metadata
+ ["[1]/[0]" artifact]
+ ["[1]/[0]" snapshot]]
+ ["[1][0]" artifact {"+" [Artifact]}
+ ["[1]/[0]" extension {"+" [Extension]}]
+ ["[1]/[0]" type]]]])
(def: .public success
"Successfully deployed the project.")