lib/d3/client/cli.rb in depot3-3.0.8 vs lib/d3/client/cli.rb in depot3-3.0.9
- old
+ new
@@ -21,10 +21,11 @@
### language governing permissions and limitations under the Apache License.
###
###
+###
module D3
class Client < JSS::Client
### NOTE: In Ruby 2.0 and up, Hashes are ordered in the order their
### elements are defined or added to the hash.
@@ -72,36 +73,41 @@
:needs_connection => true
},
list_installed: {
:aka => :li,
:help => "list all installed d3 pkgs on this machine",
+ :needs_root => false
},
list_manual: {
:aka => :lm,
:help => "list all d3 pkgs on this machine not auto-installed",
+ :needs_root => false
},
list_pilots: {
:aka => :lp,
:help => "list pkgs currently in pilot on this machine",
+ :needs_root => false
},
list_frozen: {
:aka => :lf,
:help => "list pkgs currently frozen on this machine",
+ :needs_root => false
},
list_puppies: {
:aka => :lq,
:help => "list any queued pkgs awaiting puppytime at logout",
+ :needs_root => false
},
list_details: {
:aka => :ld,
:help => "show detailed info about packages in d3",
:arg => :"basename or edition",
:needs_connection => true
},
list_files: {
:aka => :ls,
:help => "list the files installed by the given editions",
- :arg => :"basename or edition",
+ :arg => :"basename or edition" ,
:needs_connection => true
},
query_file: {
:aka => :qf,
:help => "list any pkgs that install the given path(s)",