Return-Path: X-Original-To: apmail-aurora-dev-archive@minotaur.apache.org Delivered-To: apmail-aurora-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8D881817E for ; Fri, 22 May 2015 19:31:44 +0000 (UTC) Received: (qmail 33627 invoked by uid 500); 22 May 2015 19:31:44 -0000 Delivered-To: apmail-aurora-dev-archive@aurora.apache.org Received: (qmail 33577 invoked by uid 500); 22 May 2015 19:31:44 -0000 Mailing-List: contact dev-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list dev@aurora.apache.org Received: (qmail 33566 invoked by uid 99); 22 May 2015 19:31:44 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2015 19:31:44 +0000 Received: from mail-qk0-f176.google.com (mail-qk0-f176.google.com [209.85.220.176]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 2A2D21A06E7 for ; Fri, 22 May 2015 19:31:44 +0000 (UTC) Received: by qkgv12 with SMTP id v12so19995592qkg.0 for ; Fri, 22 May 2015 12:31:43 -0700 (PDT) X-Gm-Message-State: ALoCoQk4mcXBNbaIBRQOsctBqwlmum5dtExM20NhDQS/QNi14xztk7yhka1S12xahmb2hIqwoYjI X-Received: by 10.55.41.195 with SMTP id p64mr21447045qkp.107.1432323103150; Fri, 22 May 2015 12:31:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.180.136 with HTTP; Fri, 22 May 2015 12:31:12 -0700 (PDT) In-Reply-To: References: From: Zameer Manji Date: Fri, 22 May 2015 15:31:12 -0400 Message-ID: Subject: Re: building aurora client on mac To: dev@aurora.apache.org Content-Type: multipart/alternative; boundary=001a11473b24c468a30516b0b52e --001a11473b24c468a30516b0b52e Content-Type: text/plain; charset=UTF-8 The binary should be available in the `./dist` directory adjacent to the `./pants` command. ```` $ ls dist/ aurora.pex $ ./dist/aurora.pex usage: aurora.pex [-h] [--version] {task,quota,update,cron,job,config,sla} ... optional arguments: -h, --help show this help message and exit --version show program's version number and exit commands: {task,quota,update,cron,job,config,sla} task Work with a task running in an Apache Aurora cluster quota Work with quota settings for an Apache Aurora cluster update Interact with the aurora update service. cron Work with entries in the aurora cron scheduler job Work with an aurora job config Work with an aurora configuration file sla Work with SLA data in Aurora cluster. ```` On Fri, May 22, 2015 at 2:59 PM, Poppy wrote: > I am trying to build aurora client on mac for my cli usage. > On Aurora git repo I do ./pants binary > src/main/python/apache/aurora/client/cli:aurora > Where does aurora client gets generated? > > Thx, > Praveen > > > > > > > -- > Zameer Manji > > --001a11473b24c468a30516b0b52e--