Sha256: f4934d1db2ac96e79ddc7d9ed6cf5a376622cf408a55c9128c6146fd4a732cce

Contents?: true

Size: 524 Bytes

Versions: 43

Compression:

Stored size: 524 Bytes

Contents

metadata
action "action1", :description => "%ACTIONDESCRIPTION%" do
     # Example Input
     input :name,
           :prompt => "%PROMPT%",
           :description => "%DESCRIPTION%",
           :type => %TYPE%,
           :validation => '%VALIDATION%',
           :optional => %OPTIONAL%,
           :maxlength => %MAXLENGTH%

     # Example output
     output :name,
            :description => "%DESCRIPTION%",
            :display_as => "%DISPLAYAS%"
end

action "action2", :description => "%ACTIONDESCRIPTION%" do
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
mcollective-client-2.2.2 spec/unit/generators/snippets/agent_ddl
mcollective-client-2.2.1 spec/unit/generators/snippets/agent_ddl
mcollective-client-2.2.0 spec/unit/generators/snippets/agent_ddl