Skip to content

Commit

Permalink
added --wait in twitter-analytics to get rid of skipped policy versio…
Browse files Browse the repository at this point in the history
…ns without revisions
  • Loading branch information
romangithub1024 committed Feb 5, 2018
1 parent 81538b3 commit 5a9a37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/twitter-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ This example illustrates a few important things that Aptomi does:
1. Upload user roles and rules into Aptomi using CLI, then import `analytics_pipeline` and `twitter_stats` services:
```
aptomictl login -u sam -p sam
aptomictl policy apply -f ~/.aptomi/examples/twitter-analytics/policy/Sam
aptomictl policy apply --wait -f ~/.aptomi/examples/twitter-analytics/policy/Sam
aptomictl login -u frank -p frank
aptomictl policy apply -f ~/.aptomi/examples/twitter-analytics/policy/Frank
aptomictl policy apply --wait -f ~/.aptomi/examples/twitter-analytics/policy/Frank
aptomictl login -u john -p john
aptomictl policy apply -f ~/.aptomi/examples/twitter-analytics/policy/John
aptomictl policy apply --wait -f ~/.aptomi/examples/twitter-analytics/policy/John
```
1. At this point all service definition have been published to Aptomi, but nothing has been instantiated yet. You can see
Expand Down

0 comments on commit 5a9a37c

Please sign in to comment.