factor 0.0.88 → 0.0.89
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cli/factor.rb +4 -4
- metadata +1 -1
data/lib/cli/factor.rb
CHANGED
@@ -21,7 +21,7 @@ module Factor
|
|
21
21
|
end
|
22
22
|
end
|
23
23
|
|
24
|
-
Factor::CLI::
|
25
|
-
Factor::CLI::
|
26
|
-
Factor::CLI::
|
27
|
-
Factor::CLI::
|
24
|
+
Factor::CLI::Factor.register(Factor::CLI::Server, "server","server","start and list servers")
|
25
|
+
Factor::CLI::Factor.register(Factor::CLI::Workflow,"workflow","workflow","start and list workflows")
|
26
|
+
Factor::CLI::Factor.register(Factor::CLI::Channel,"channel","channel","install,uninstall, list channels")
|
27
|
+
Factor::CLI::Factor.register(Factor::CLI::Credential,"credential","credential","manage remote credential store")
|