Skip to content
Snippets Groups Projects
  1. Aug 02, 2023
  2. Jul 11, 2023
  3. Jun 22, 2023
  4. Feb 01, 2023
  5. Jan 30, 2023
  6. Jan 20, 2023
  7. Jan 19, 2023
    • Antoine R. Dumont's avatar
      scripts/app_manager: Add subcommand to manipulate tags · d6217eeb
      Antoine R. Dumont authored
      ```
      $ app_manager tag --help
      Usage: app_manager.py tag [OPTIONS] COMMAND [ARGS]...
      
        Manipulate application tag, for example either determine the last tag or
        compute the next one. Without any parameters this lists the current
        application tags.
      
      Options:
        --help  Show this message and exit.
      
      Commands:
        latest
        list
        next
      ```
      
      This will allow to:
      - retrieve the last known tag for an application
      - determine the next tag for an application (be it known or not)
      - current list of tags of an application
      
      This will raise when:
      - providing both --next-tag and --last-tag for an application
      - listing tags for an unknown application
      - retrieving the last tag on an unknown application
      
      Refs. sysadm-environment#4724
      d6217eeb
    • Antoine R. Dumont's avatar
      Update and run pre-commit configuration to format properly code · e26f89d3
      Antoine R. Dumont authored
      The hook was not installed in my repository.
      
      Refs. sysadm-environment#4724
      e26f89d3
  8. Jan 17, 2023
  9. Jan 13, 2023
  10. Jan 12, 2023
  11. Nov 22, 2022
  12. Nov 04, 2022
  13. May 11, 2022
Loading