Class: Commands::Push

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/commands/push.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



7
8
9
10
11
# File 'lib/commands/push.rb', line 7

def execute
  Uploader.upload(
    project_token: project_token
  )
end