Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Preconditions
    • Logged in
    • Stack exists
  • Test case:
    • ndslabsctl get configs <sid>
  • Expected results:
    • Current service configuration options and settings are displayed
    • Problem: resulting in 500 now
  • Alternative flow
    • Not logged in (401)
    • Stack doesn't exist (404)
  • Issues:
    • Only prints usage:

      Code Block
      languagebash
      $ ndslabsctl get configs sc6c63                                        
      Get service or resource details
      Usage:
        apictl get [command]
      Available Commands:
        service     Get service details
        stack       Get stack details
        project     Get project details
      Global Flags:
            --config string   config file (default is $HOME/.ndslabsctl.yaml)
        -s, --server string   API server host address (default "http://localhost:8083")
        -v, --verbose         Verbose output
      Use "apictl get [command] --help" for more information about a command.

Set stack service configuration option

...