Coder Social home page Coder Social logo

Comments (1)

tangobravo62 avatar tangobravo62 commented on July 20, 2024

Fixed that commands could be run without login:

prosEO> order update
(E2802) User not logged in
prosEO> order update -h
(E2802) User not logged in
prosEO> order update 123
(E2802) User not logged in
prosEO> 

Fixed error message for "order update" command, now in line with "order update -h" help text; order update with a wrong order identifier returns an error message (after prior login):

prosEO> login S5P
Username (empty field cancels): proseo
Password for user proseo: 
(I2821) User proseo logged in

prosEO> order update
(E2936) No order identifier or database ID given

prosEO> order update -h
Update a processing order (only allowed in status initial)
Options:
    -f, --file        Path to file to read the order definition from
        --format      The file format (one of { JSON, XML, YAML }; default value JSON)
        --delete-attributes  Delete attributes not given in the order definition file and/or the command parameters
    -h, --help        Show help information for the current command level (top level commands, when called from the shell command line)
Positional parameters:
    orderId           The order identifier for user reference (mandatory if not read from file)
    attribute         An order attribute to update in the form "<attribute name>=<attribute value>", overrides values given in the order definition file
Subcommands:
    -- none --

prosEO> order update 123
(E2935) Order with identifier 123 not found
prosEO> 

from proseo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.