Skip to content
  1. May 05, 2019
  2. May 04, 2019
  3. May 03, 2019
  4. May 02, 2019
  5. Apr 30, 2019
  6. Apr 29, 2019
  7. Apr 28, 2019
  8. Apr 27, 2019
  9. Apr 24, 2019
  10. Apr 21, 2019
    • nimrod's avatar
      Updated versions. · 539536cd
      nimrod authored
      539536cd
    • nimrod's avatar
      Refactor AWS-CLI aliases. · bfd0700a
      nimrod authored
      - Add region alias for configured (profile) region.
      - Add metadata-region for outputting the region from the EC2 metadata
      service, moved from .bashrc (no longer exported as AWS_DEFAULT_REGION,
      not an issue since it could only be used in EC2 instances and not for
      local use, it was there mainly as a reminder for me).
      - Add ecr-login instead of a shell alias, works the same.
      bfd0700a
    • nimrod's avatar
      Add docker remote sub-command. · a5a3b85e
      nimrod authored
      Add the docker remote sub-command (actually the _docker-remote script
      but can be invoked as a sub-command with the wrapper script). It creates
      a local socket that's forwarded to the dockerd socket on the remote host
      via ssh. Requires OpenSSH 6.7 or later (for Unix socket forwarding and
      %C token. Typical invocation would be `$(docker remote
      host.domain.example)`. A blog post will follow.
      a5a3b85e
    • nimrod's avatar
      Check for sorted requirements.txt. · c06aae22
      nimrod authored
      c06aae22
    • nimrod's avatar
    • nimrod's avatar
      Pre-commit checks for .bashrc. · 1ee7adf1
      nimrod authored
      Because .bashrc was identified as a plain text file (it's not a shell
      script), the shell-lint and shellcheck hooks weren't checking it. Add an
      explicit hook just for it. Also, fix or silence whatever shellcheck
      found.
      1ee7adf1
    • nimrod's avatar
      My dumb self. · 07da4d62
      nimrod authored
      07da4d62
    • nimrod's avatar
      Add _ prefix to the wrapper subcommands . · 83989645
      nimrod authored
      So `_docker-dev` could be invoked as `docker dev` without `docker-dev`
      getting in the way of tab completion. Renamed the current subcommands
      accordingly.
      83989645