Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: app/views/doc/pub-uploader.html

Issue 162403002: Remove docs and point to ones on dartlang.org. (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Fit in 80 columns. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/views/doc/pub-upgrade.html ('k') | app/views/doc/pubspec.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/doc/pub-uploader.html
diff --git a/app/views/doc/pub-uploader.html b/app/views/doc/pub-uploader.html
deleted file mode 100644
index 51e2535781c061c416bd268a8363df4ec4756245..0000000000000000000000000000000000000000
--- a/app/views/doc/pub-uploader.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<pre><code>$ pub uploader [options] {add/remove} &lt;email&gt;
-</code></pre>
-
-<p>This command allows <a href="glossary.html#uploader">uploaders</a> of a package on
-<a href="http://pub.dartlang.org">pub.dartlang.org</a> to add or remove other uploaders for
-that package. It has two sub-commands, <code>add</code> and <code>remove</code>, that take the email
-address of the person to add/remove as an uploader. For example:</p>
-
-<pre><code>~/code/transmogrify$ pub uploader add nweiz@google.com
-'nweiz@google.com' added as an uploader for package 'transmogrify'.
-
-~/code/transmogrify$ pub uploader remove nweiz@google.com
-'nweiz@google.com' is no longer an uploader for package 'transmogrify'.
-</code></pre>
-
-<p>If a package has only one uploader, that uploader can&rsquo;t be removed. You may
-remove yourself as an uploader (as long as there are other uploaders), but you
-won&rsquo;t be able to re-add yourself again afterwards.</p>
-
-<p>By default, the package in the current working directory will have its
-uploaders modified. You can also pass the <code>--package</code> flag to choose a
-package by name. For example:</p>
-
-<pre><code>$ pub uploader --package=transmogrify add nweiz@google.com
-'nweiz@google.com' added as an uploader for package 'transmogrify'.
-</code></pre>
-
-<p>Note that uploaders are identified by their Google accounts, so use a Gmail or
-Google Apps email address for any new uploaders.</p>
« no previous file with comments | « app/views/doc/pub-upgrade.html ('k') | app/views/doc/pubspec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698