Sha256: 146923bc2aab1f4d7805ff77401ba1ca199fb4ba13b3c1b4c4f2a091acec2c0f

Contents?: true

Size: 192 Bytes

Versions: 10

Compression:

Stored size: 192 Bytes

Contents

# frozen_string_literal: true

namespace :whenever do
  desc 'show crontab'
  task :show_crontab do
    on roles(fetch(:rake_roles, :app)) do
      puts capture 'crontab -l'
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
capistrano-ops-1.0.9 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.8 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.7 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.6 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.5 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.4 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.3 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.2 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.1 lib/capistrano/ops/whenever/tasks/show_crontab.rake
capistrano-ops-1.0.0 lib/capistrano/ops/whenever/tasks/show_crontab.rake