From 6dffb89c22b35ae2d1379c8613e6a67004adbb98 Mon Sep 17 00:00:00 2001 From: Kazuhiro Suzuki Date: Tue, 30 Jun 2015 15:59:42 +0900 Subject: [PATCH] Add deprecated warning to old CLIs --- rel/files/riak-cs-access | 7 +++++++ rel/files/riak-cs-gc | 7 +++++++ rel/files/riak-cs-stanchion | 7 +++++++ rel/files/riak-cs-storage | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/rel/files/riak-cs-access b/rel/files/riak-cs-access index b91f5e93a..f396709fc 100755 --- a/rel/files/riak-cs-access +++ b/rel/files/riak-cs-access @@ -1,3 +1,10 @@ #!/bin/sh +cat<" instead of this. +############################################################################ +EOS + {{runner_script_dir}}/riak-cs-admin access "$@" diff --git a/rel/files/riak-cs-gc b/rel/files/riak-cs-gc index 85bb21db6..89367cabd 100755 --- a/rel/files/riak-cs-gc +++ b/rel/files/riak-cs-gc @@ -1,3 +1,10 @@ #!/bin/sh +cat<" instead of this. +############################################################################ +EOS + {{runner_script_dir}}/riak-cs-admin gc "$@" diff --git a/rel/files/riak-cs-stanchion b/rel/files/riak-cs-stanchion index b981691a7..b3181df1a 100755 --- a/rel/files/riak-cs-stanchion +++ b/rel/files/riak-cs-stanchion @@ -1,3 +1,10 @@ #!/bin/sh +cat<" instead of this. +############################################################################ +EOS + {{runner_script_dir}}/riak-cs-admin stanchion "$@" diff --git a/rel/files/riak-cs-storage b/rel/files/riak-cs-storage index 8629e3b57..8d5c0423c 100755 --- a/rel/files/riak-cs-storage +++ b/rel/files/riak-cs-storage @@ -1,3 +1,10 @@ #!/bin/sh +cat<" instead of this. +############################################################################ +EOS + {{runner_script_dir}}/riak-cs-admin storage "$@"