summaryrefslogtreecommitdiffstats
path: root/auth/docker/Dockerfile.ms
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Batch work and clientInstrumental1-3/+5
2019-02-07Refine properties for non-rootInstrumental1-1/+3
2019-02-07Add Batch in Config imageInstrumental1-0/+1
2019-01-23Adjust Docker BuildInstrumental1-2/+2
2019-01-22Public and Private Locate entriesInstrumental1-2/+3
2018-11-05Missing LicensesInstrumental1-0/+19
2018-10-19Fix GUI ButtonsInstrumental1-1/+1
2018-10-03Create Helm InstantiationInstrumental1-0/+2
2018-08-14Tag Image for Repo push in ScriptInstrumental1-2/+0
2018-07-13Make Container Config StrategyInstrumental1-0/+2
2018-07-12Configuration Agent and MS for AAFInstrumental1-0/+19
eneric.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
usage: oclip sample-test

Oclip sample command to test the command features

Oclip service: sample v1

Options:
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
[-a | --no-auth] [-b | --bool] [-x | --secure]
[-c | --string-param] [-y | --yaml-param] [-j | --json-param]
[-l | --long-opt] [-r | --url] [-z | --env]
<positional-args>
where,
-h | --help             Oclip command help message. It is of type STRING.
                        By default, it is false.
-v | --version          Oclip command service version. It is of type
                        STRING. By default, it is false.
-d | --debug            Enable debug output. It is of type BOOL. By
                        default, it is false.
-f | --format           Output formats, supported formats such as table,
                        csv, json, yaml. It is of type STRING. By default,
                        it is table.
-s | --long             whether to print all attributes or only short
                        attributes. It is of type BOOL. By default, it is
                        false.
-t | --no-title         whether to print title or not. It is of type BOOL.
                        By default, it is false.
-b | --bool             Oclip boolean param, by default its always false.
                        It is of type BOOL. It is optional. By default, it
                        is false.
-x | --secure           Oclip secure param such as password. It is of
                        type STRING. Secured.
-c | --string-param     Oclip string param. It is of type STRING.
-y | --yaml-param       Oclip yaml file location param. It is of type
                        JSON. It's recommended to input the complete path
                        of the file, which is having the value for it.
-j | --json-param       Oclip json file location param. It is of type
                        JSON. It's recommended to input the complete path
                        of the file, which is having the value for it.
-l | --long-opt         Oclip long param. It is of type LONG. By default,
                        it is 10.
-r | --url              Oclip url param. It is of type URL. By default,
                        it is http://localhost:8082/file.txt.
-z | --env              Oclip env param. It is of type STRING. By
                        default, it is read from environment variable
                        ENV_VAR.
positional-args         Oclip positional args, if no short option and no
                        long option given for it. It is of type STRING. By
                        default, it is http://localhost:8082/file.txt.


Results:
output-1  Oclip output attribute marked in short and is of
          type STRING. It is secured.
output-2  Oclip output attribute marked in long and is of
          type STRING.


Error:
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>